Shades of Shocking Pink #F01AD2
Tints of Shocking Pink #F01AD2
RGB
CMYK
RGB Variations
Color information
#F01AD2 (or 0xF01AD2) is known color: Shocking Pink. HEX triplet: F0, 1A and D2. RGB value is (240,26,210). Sum of RGB (Red+Green+Blue) = 240+26+210=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01AD2 is #0FE52D. Grayscale: #6E6E6E. Windows color (decimal): -1041710 or 13769456. OLE color: 13769456.
HSL color Cylindrical-coordinate representation of color #F01AD2: hue angle of 308.41º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01AD2 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 210 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.06 |
| HSL | 308.41º | 0.88% | 0.52% | - |
| HSV(B) | 308.41º | 0.89% | 0.94% | - |
| XYZ | 47.94 | 23.92 | 63.06 | - |
| YUV | 110.96 | 183.9 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 210 | 0 | 0.89 | 0.12 | 0.06 | 308.41 | 0.88 | 0.52 |
| Hex | F0 | 1A | D2 | 0 | 59 | C | 6 | 134 | 58 | 34 |
| Octal | 360 | 32 | 322 | 0 | 131 | 14 | 6 | 464 | 130 | 64 |
| Binary | 11110000 | 11010 | 11010010 | 0 | 1011001 | 1100 | 110 | 100110100 | 1011000 | 110100 |
Color Harmonies of #F01AD2
Complementary color
Monochromatic Colors of #F01AD2
Black with #F01AD2
Text Example
Text Example
White with #F01AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01AD2; }
p { color: rgb(240,26,210); }
H1.HeaderClassName
{
color: #F01AD2;
}
.AnyTagClassName
{
color: #F01AD2;
}
</style>
background-color css
<style>
a { background-color: #F01AD2; }
a { background-color: rgb(240,26,210); }
div.DivClassName
{
background-color: #F01AD2;
}
.BgClassName
{
background-color: #F01AD2;
}
</style>
border-color css
<style>
span { border-color: #F01AD2; }
span { border-color: rgb(240,26,210); }
td.TdClassName
{
border-color: #F01AD2;
}
.TagClassName
{
border-color: #F01AD2;
}
</style>