#F01CC8

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

Shades of Shocking Pink #F01CC8

Tints of Shocking Pink #F01CC8

Color information

#F01CC8 (or 0xF01CC8) is unknown color: approx Shocking Pink. HEX triplet: F0, 1C and C8. RGB value is (240,28,200). Sum of RGB (Red+Green+Blue) = 240+28+200=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CC8 is #0FE337. Grayscale: #6E6E6E. Windows color (decimal): -1041208 or 13114608. OLE color: 13114608.

HSL color Cylindrical-coordinate representation of color #F01CC8: hue angle of 311.32º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CC8 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB24028200-
CMYK00.880.170.06
HSL311.32º87.6%52.55%-
HSV(B)311.32º88.33%94.12%-
XYZ46.7823.5356.72-
YUV111178.24220.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.28%
GREEN value IS 28 (11.33% from 255) = 5.98%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=51.28%
G=5.98%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402820000.880.170.06311.3287.652.55
HexF01CC80581161375835
Octal36034310013021646713065
Binary11110000111001100100001011000100011101001101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01CC8; }

 p { color: rgb(240,28,200); }

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

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

 a { background-color: rgb(240,28,200); }

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

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

 span { border-color: rgb(240,28,200); }

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