#F220C9

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

Shades of Shocking Pink #F220C9

Tints of Shocking Pink #F220C9

Color information

#F220C9 (or 0xF220C9) is unknown color: approx Shocking Pink. HEX triplet: F2, 20 and C9. RGB value is (242,32,201). Sum of RGB (Red+Green+Blue) = 242+32+201=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F220C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220C9 is #0DDF36. Grayscale: #717171. Windows color (decimal): -909111 or 13181170. OLE color: 13181170.

HSL color Cylindrical-coordinate representation of color #F220C9: hue angle of 311.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220C9 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB24232201-
CMYK00.870.170.05
HSL311.71º88.98%53.73%-
HSV(B)311.71º86.78%94.9%-
XYZ47.6824.1357.4-
YUV114.06177.07219.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 32 (12.89% from 255) = 6.74%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=50.95%
G=6.74%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423220100.870.170.05311.7188.9853.73
HexF220C90571151385936
Octal36240311012721547013166
Binary111100101000001100100101010111100011011001110001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F220C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F220C9; }

 p { color: rgb(242,32,201); }

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

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

 a { background-color: rgb(242,32,201); }

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

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

 span { border-color: rgb(242,32,201); }

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