#F24DE7

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

Shades of Free Speech Magenta #F24DE7

Tints of Free Speech Magenta #F24DE7

Color information

#F24DE7 (or 0xF24DE7) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4D and E7. RGB value is (242,77,231). Sum of RGB (Red+Green+Blue) = 242+77+231=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 77 (30.47% from 255 or 14% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24DE7 is #0DB218. Grayscale: #8F8F8F. Windows color (decimal): -897561 or 15158770. OLE color: 15158770.

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

Color convert

RGB24277231-
CMYK00.680.050.05
HSL304º86.39%62.55%-
HSV(B)304º68.18%94.9%-
XYZ53.729.9578.55-
YUV143.89177.16197.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 77 (30.47% from 255) = 14%
BLUE value IS 231 (90.62% from 255) = 42%
R=44%
G=14%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427723100.680.050.0530486.3962.55
HexF24DE704455130563f
Octal36211534701045546012677
Binary11110010100110111100111010001001011011001100001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24DE7; }

 p { color: rgb(242,77,231); }

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

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

 a { background-color: rgb(242,77,231); }

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

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

 span { border-color: rgb(242,77,231); }

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