#F24BD6

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

Shades of Free Speech Magenta #F24BD6

Tints of Free Speech Magenta #F24BD6

Color information

#F24BD6 (or 0xF24BD6) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4B and D6. RGB value is (242,75,214). Sum of RGB (Red+Green+Blue) = 242+75+214=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F24BD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24BD6 is #0DB429. Grayscale: #8C8C8C. Windows color (decimal): -898090 or 14044146. OLE color: 14044146.

HSL color Cylindrical-coordinate representation of color #F24BD6: hue angle of 310.06º degrees, saturation: 0.87, 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 #F24BD6 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB24275214-
CMYK00.690.120.05
HSL310.06º86.53%62.16%-
HSV(B)310.06º69.01%94.9%-
XYZ51.2728.7666.47-
YUV140.78169.33200.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 75 (29.69% from 255) = 14.12%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=45.57%
G=14.12%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427521400.690.120.05310.0686.5362.16
HexF24BD6045C5136573e
Octal362113326010514546612776
Binary111100101001011110101100100010111001011001101101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24BD6; }

 p { color: rgb(242,75,214); }

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

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

 a { background-color: rgb(242,75,214); }

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

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

 span { border-color: rgb(242,75,214); }

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