#F249E0

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

Shades of Free Speech Magenta #F249E0

Tints of Free Speech Magenta #F249E0

Color information

#F249E0 (or 0xF249E0) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 49 and E0. RGB value is (242,73,224). Sum of RGB (Red+Green+Blue) = 242+73+224=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F249E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249E0 is #0DB61F. Grayscale: #8C8C8C. Windows color (decimal): -898592 or 14698994. OLE color: 14698994.

HSL color Cylindrical-coordinate representation of color #F249E0: hue angle of 306.39º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249E0 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB24273224-
CMYK00.700.070.05
HSL306.39º86.67%61.76%-
HSV(B)306.39º69.83%94.9%-
XYZ52.4629.0273.36-
YUV140.74174.99200.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 73 (28.91% from 255) = 13.54%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=44.90%
G=13.54%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427322400.700.070.05306.3986.6761.76
HexF249E004675132573e
Octal36211134001067546212776
Binary11110010100100111100000010001101111011001100101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F249E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F249E0; }

 p { color: rgb(242,73,224); }

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

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

 a { background-color: rgb(242,73,224); }

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

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

 span { border-color: rgb(242,73,224); }

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