#F209C0

Color #F209C0 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #F209C0

Tints of Shocking Pink #F209C0

Color information

#F209C0 (or 0xF209C0) is unknown color: approx Shocking Pink. HEX triplet: F2, 09 and C0. RGB value is (242,9,192). Sum of RGB (Red+Green+Blue) = 242+9+192=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F209C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209C0 is #0DF63F. Grayscale: #636363. Windows color (decimal): -915008 or 12585458. OLE color: 12585458.

HSL color Cylindrical-coordinate representation of color #F209C0: hue angle of 312.88º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209C0 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB2429192-
CMYK00.960.210.05
HSL312.88º92.83%49.22%-
HSV(B)312.88º96.28%94.9%-
XYZ46.2322.8851.85-
YUV99.53180.19229.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.63%
GREEN value IS 9 (3.91% from 255) = 2.03%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=54.63%
G=2.03%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242919200.960.210.05312.8892.8349.22
HexF29C00601551395d31
Octal36211300014025547113561
Binary1111001010011100000001100000101011011001110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F209C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F209C0; }

 p { color: rgb(242,9,192); }

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

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

 a { background-color: rgb(242,9,192); }

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

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

 span { border-color: rgb(242,9,192); }

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