#F014D2

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

Shades of Shocking Pink #F014D2

Tints of Shocking Pink #F014D2

Color information

#F014D2 (or 0xF014D2) is unknown color: approx Shocking Pink. HEX triplet: F0, 14 and D2. RGB value is (240,20,210). Sum of RGB (Red+Green+Blue) = 240+20+210=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F014D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014D2 is #0FEB2D. Grayscale: #6A6A6A. Windows color (decimal): -1043246 or 13767920. OLE color: 13767920.

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

Color convert

RGB24020210-
CMYK00.920.120.06
HSL308.18º88%50.98%-
HSV(B)308.18º91.67%94.12%-
XYZ47.8223.6863.02-
YUV107.44185.89222.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 20 (8.20% from 255) = 4.26%
BLUE value IS 210 (82.42% from 255) = 44.68%
R=51.06%
G=4.26%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402021000.920.120.06308.188850.98
HexF014D205CC61345833
Octal36024322013414646413063
Binary1111000010100110100100101110011001101001101001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F014D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F014D2; }

 p { color: rgb(240,20,210); }

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

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

 a { background-color: rgb(240,20,210); }

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

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

 span { border-color: rgb(240,20,210); }

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