#F24CCB

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

Shades of Free Speech Magenta #F24CCB

Tints of Free Speech Magenta #F24CCB

Color information

#F24CCB (or 0xF24CCB) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 4C and CB. RGB value is (242,76,203). Sum of RGB (Red+Green+Blue) = 242+76+203=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24CCB is #0DB334. Grayscale: #8B8B8B. Windows color (decimal): -897845 or 13323506. OLE color: 13323506.

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

Color convert

RGB24276203-
CMYK00.690.160.05
HSL314.1º86.46%62.35%-
HSV(B)314.1º68.6%94.9%-
XYZ49.9828.3659.34-
YUV140.11163.5200.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 76 (30.08% from 255) = 14.59%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=46.45%
G=14.59%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427620300.690.160.05314.186.4662.35
HexF24CCB04510513a563e
Octal362114313010520547212676
Binary1111001010011001100101101000101100001011001110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24CCB; }

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

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

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

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

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

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

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

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