#F018D9

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

Shades of Shocking Pink #F018D9

Tints of Shocking Pink #F018D9

Color information

#F018D9 (or 0xF018D9) is unknown color: approx Shocking Pink. HEX triplet: F0, 18 and D9. RGB value is (240,24,217). Sum of RGB (Red+Green+Blue) = 240+24+217=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F018D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018D9 is #0FE726. Grayscale: #6E6E6E. Windows color (decimal): -1042215 or 14227696. OLE color: 14227696.

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

Color convert

RGB24024217-
CMYK00.90.100.06
HSL306.39º87.8%51.76%-
HSV(B)306.39º90%94.12%-
XYZ48.7924.1967.74-
YUV110.59188.06220.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.90%
GREEN value IS 24 (9.77% from 255) = 4.99%
BLUE value IS 217 (85.16% from 255) = 45.11%
R=49.90%
G=4.99%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402421700.90.100.06306.3987.851.76
HexF018D905AA61325834
Octal36030331013212646213064
Binary1111000011000110110010101101010101101001100101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F018D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F018D9; }

 p { color: rgb(240,24,217); }

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

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

 a { background-color: rgb(240,24,217); }

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

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

 span { border-color: rgb(240,24,217); }

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