#F14BF0

Color #F14BF0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F14BF0

Tints of Free Speech Magenta #F14BF0

Color information

#F14BF0 (or 0xF14BF0) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4B and F0. RGB value is (241,75,240). Sum of RGB (Red+Green+Blue) = 241+75+240=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 75 (29.69% from 255 or 13.49% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14BF0 is #0EB40F. Grayscale: #8E8E8E. Windows color (decimal): -963600 or 15748081. OLE color: 15748081.

HSL color Cylindrical-coordinate representation of color #F14BF0: hue angle of 300.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14BF0 is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB24175240-
CMYK00.690.000.05
HSL300.36º85.57%61.96%-
HSV(B)300.36º68.88%94.51%-
XYZ54.5230.0285.36-
YUV143.44182.5197.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 75 (29.69% from 255) = 13.49%
BLUE value IS 240 (94.14% from 255) = 43.17%
R=43.35%
G=13.49%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417524000.690.000.05300.3685.5761.96
HexF14BF00450512c563e
Octal36111336001050545412676
Binary111100011001011111100000100010101011001011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14BF0; }

 p { color: rgb(241,75,240); }

 H1.HeaderClassName
 {
   color: #F14BF0;
 }
 .AnyTagClassName
 {
   color: #F14BF0;
 }
</style>
background-color css

<style>
 a { background-color: #F14BF0; }

 a { background-color: rgb(241,75,240); }

 div.DivClassName
 {
   background-color: #F14BF0;
 }
 .BgClassName
 {
   background-color: #F14BF0;
 }
</style>
border-color css

<style>
 span { border-color: #F14BF0; }

 span { border-color: rgb(241,75,240); }

 td.TdClassName
 {
   border-color: #F14BF0;
 }
 .TagClassName
 {
   border-color: #F14BF0;
 }
</style>