#F013B2

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

Shades of Shocking Pink #F013B2

Tints of Shocking Pink #F013B2

Color information

#F013B2 (or 0xF013B2) is unknown color: approx Shocking Pink. HEX triplet: F0, 13 and B2. RGB value is (240,19,178). Sum of RGB (Red+Green+Blue) = 240+19+178=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F013B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013B2 is #0FEC4D. Grayscale: #666666. Windows color (decimal): -1043534 or 11670512. OLE color: 11670512.

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

Color convert

RGB24019178-
CMYK00.920.260.06
HSL316.83º88.05%50.78%-
HSV(B)316.83º92.08%94.12%-
XYZ44.222.2144.08-
YUV103.2170.22225.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.92%
GREEN value IS 19 (7.81% from 255) = 4.35%
BLUE value IS 178 (69.92% from 255) = 40.73%
R=54.92%
G=4.35%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401917800.920.260.06316.8388.0550.78
HexF013B205C1A613d5833
Octal36023262013432647513063
Binary11110000100111011001001011100110101101001111011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F013B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F013B2; }

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

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

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

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

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

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

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

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