#F01DBE

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

Shades of Shocking Pink #F01DBE

Tints of Shocking Pink #F01DBE

Color information

#F01DBE (or 0xF01DBE) is unknown color: approx Shocking Pink. HEX triplet: F0, 1D and BE. RGB value is (240,29,190). Sum of RGB (Red+Green+Blue) = 240+29+190=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DBE is #0FE241. Grayscale: #6E6E6E. Windows color (decimal): -1040962 or 12459504. OLE color: 12459504.

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

Color convert

RGB24029190-
CMYK00.880.210.06
HSL314.22º87.55%52.75%-
HSV(B)314.22º87.92%94.12%-
XYZ45.6723.1250.77-
YUV110.44172.9220.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 29 (11.72% from 255) = 6.32%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=52.29%
G=6.32%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402919000.880.210.06314.2287.5552.75
HexF01DBE05815613a5835
Octal36035276013025647213065
Binary11110000111011011111001011000101011101001110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01DBE; }

 p { color: rgb(240,29,190); }

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

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

 a { background-color: rgb(240,29,190); }

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

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

 span { border-color: rgb(240,29,190); }

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