#F019BD

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

Shades of Shocking Pink #F019BD

Tints of Shocking Pink #F019BD

Color information

#F019BD (or 0xF019BD) is unknown color: approx Shocking Pink. HEX triplet: F0, 19 and BD. RGB value is (240,25,189). Sum of RGB (Red+Green+Blue) = 240+25+189=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F019BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019BD is #0FE642. Grayscale: #6B6B6B. Windows color (decimal): -1041987 or 12392944. OLE color: 12392944.

HSL color Cylindrical-coordinate representation of color #F019BD: hue angle of 314.23º 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 #F019BD is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB24025189-
CMYK00.900.210.06
HSL314.23º87.76%51.96%-
HSV(B)314.23º89.58%94.12%-
XYZ45.4722.8950.17-
YUV107.98173.73222.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.86%
GREEN value IS 25 (10.16% from 255) = 5.51%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=52.86%
G=5.51%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402518900.900.210.06314.2387.7651.96
HexF019BD05A15613a5834
Octal36031275013225647213064
Binary11110000110011011110101011010101011101001110101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F019BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F019BD; }

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

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

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

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

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

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

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

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