#F24CCF

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

Shades of Free Speech Magenta #F24CCF

Tints of Free Speech Magenta #F24CCF

Color information

#F24CCF (or 0xF24CCF) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4C and CF. RGB value is (242,76,207). Sum of RGB (Red+Green+Blue) = 242+76+207=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24CCF is #0DB330. Grayscale: #8C8C8C. Windows color (decimal): -897841 or 13585650. OLE color: 13585650.

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

Color convert

RGB24276207-
CMYK00.690.140.05
HSL312.65º86.46%62.35%-
HSV(B)312.65º68.6%94.9%-
XYZ50.4628.5561.88-
YUV140.57165.5200.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.10%
GREEN value IS 76 (30.08% from 255) = 14.48%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=46.10%
G=14.48%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427620700.690.140.05312.6586.4662.35
HexF24CCF045E5139563e
Octal362114317010516547112676
Binary111100101001100110011110100010111101011001110011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24CCF; }

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

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

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

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

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

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

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

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