#F24ED0

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

Shades of Free Speech Magenta #F24ED0

Tints of Free Speech Magenta #F24ED0

Color information

#F24ED0 (or 0xF24ED0) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4E and D0. RGB value is (242,78,208). Sum of RGB (Red+Green+Blue) = 242+78+208=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F24ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24ED0 is #0DB12F. Grayscale: #8D8D8D. Windows color (decimal): -897328 or 13651698. OLE color: 13651698.

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

Color convert

RGB24278208-
CMYK00.680.140.05
HSL312.44º86.32%62.75%-
HSV(B)312.44º67.77%94.9%-
XYZ50.7328.8862.58-
YUV141.86165.33199.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.83%
GREEN value IS 78 (30.86% from 255) = 14.77%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=45.83%
G=14.77%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427820800.680.140.05312.4486.3262.75
HexF24ED0044E5138563f
Octal362116320010416547012677
Binary111100101001110110100000100010011101011001110001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24ED0; }

 p { color: rgb(242,78,208); }

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

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

 a { background-color: rgb(242,78,208); }

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

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

 span { border-color: rgb(242,78,208); }

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