#f249ea

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

Shades of Free Speech Magenta #F249EA

Tints of Free Speech Magenta #F249EA

Color information

#F249EA (or 0xF249EA) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 49 and EA. RGB value is (242,73,234). Sum of RGB (Red+Green+Blue) = 242+73+234=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F249EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F249EA is #0DB615. Grayscale: #8D8D8D. Windows color (decimal): -898582 or 15354354. OLE color: 15354354.

HSL color Cylindrical-coordinate representation of color #F249EA: hue angle of 302.84º 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 #F249EA is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB24273234-
CMYK00.700.030.05
HSL302.84º86.67%61.76%-
HSV(B)302.84º69.83%94.9%-
XYZ53.8529.5880.71-
YUV141.88179.99199.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.08%
GREEN value IS 73 (28.91% from 255) = 13.30%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=44.08%
G=13.30%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427323400.700.030.05302.8486.6761.76
HexF249EA0463512f573e
Octal36211135201063545712776
Binary1111001010010011110101001000110111011001011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f249ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f249ea; }

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

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

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

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

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

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

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

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