#f24cd8

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

Shades of Free Speech Magenta #F24CD8

Tints of Free Speech Magenta #F24CD8

Color information

#F24CD8 (or 0xF24CD8) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4C and D8. RGB value is (242,76,216). Sum of RGB (Red+Green+Blue) = 242+76+216=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24CD8 is #0DB327. Grayscale: #8D8D8D. Windows color (decimal): -897832 or 14175474. OLE color: 14175474.

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

Color convert

RGB24276216-
CMYK00.690.110.05
HSL309.4º86.46%62.35%-
HSV(B)309.4º68.6%94.9%-
XYZ51.62967.84-
YUV141.59170199.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 76 (30.08% from 255) = 14.23%
BLUE value IS 216 (84.77% from 255) = 40.45%
R=45.32%
G=14.23%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427621600.690.110.05309.486.4662.35
HexF24CD8045B5135563e
Octal362114330010513546512676
Binary111100101001100110110000100010110111011001101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f24cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f24cd8; }

 p { color: rgb(242,76,216); }

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

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

 a { background-color: rgb(242,76,216); }

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

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

 span { border-color: rgb(242,76,216); }

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