#F019C6

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

Shades of Shocking Pink #F019C6

Tints of Shocking Pink #F019C6

Color information

#F019C6 (or 0xF019C6) is unknown color: approx Shocking Pink. HEX triplet: F0, 19 and C6. RGB value is (240,25,198). Sum of RGB (Red+Green+Blue) = 240+25+198=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F019C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019C6 is #0FE639. Grayscale: #6C6C6C. Windows color (decimal): -1041978 or 12982768. OLE color: 12982768.

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

Color convert

RGB24025198-
CMYK00.900.180.06
HSL311.72º87.76%51.96%-
HSV(B)311.72º89.58%94.12%-
XYZ46.4823.355.47-
YUV109.01178.23221.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.84%
GREEN value IS 25 (10.16% from 255) = 5.40%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=51.84%
G=5.40%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402519800.900.180.06311.7287.7651.96
HexF019C605A1261385834
Octal36031306013222647013064
Binary11110000110011100011001011010100101101001110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F019C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F019C6; }

 p { color: rgb(240,25,198); }

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

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

 a { background-color: rgb(240,25,198); }

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

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

 span { border-color: rgb(240,25,198); }

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