#F013BF

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

Shades of Shocking Pink #F013BF

Tints of Shocking Pink #F013BF

Color information

#F013BF (or 0xF013BF) is unknown color: approx Shocking Pink. HEX triplet: F0, 13 and BF. RGB value is (240,19,191). Sum of RGB (Red+Green+Blue) = 240+19+191=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F013BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013BF is #0FEC40. Grayscale: #686868. Windows color (decimal): -1043521 or 12522480. OLE color: 12522480.

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

Color convert

RGB24019191-
CMYK00.920.200.06
HSL313.3º88.05%50.78%-
HSV(B)313.3º92.08%94.12%-
XYZ45.5722.7551.28-
YUV104.69176.72224.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 19 (7.81% from 255) = 4.22%
BLUE value IS 191 (75% from 255) = 42.44%
R=53.33%
G=4.22%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401919100.920.200.06313.388.0550.78
HexF013BF05C1461395833
Octal36023277013424647113063
Binary11110000100111011111101011100101001101001110011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F013BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F013BF; }

 p { color: rgb(240,19,191); }

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

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

 a { background-color: rgb(240,19,191); }

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

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

 span { border-color: rgb(240,19,191); }

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