Shades of Shocking Pink #F01DBB
Tints of Shocking Pink #F01DBB
RGB
CMYK
RGB Variations
Color information
#F01DBB (or 0xF01DBB) is known color: Shocking Pink. HEX triplet: F0, 1D and BB. RGB value is (240,29,187). Sum of RGB (Red+Green+Blue) = 240+29+187=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DBB is #0FE244. Grayscale: #6D6D6D. Windows color (decimal): -1040965 or 12262896. OLE color: 12262896.
HSL color Cylindrical-coordinate representation of color #F01DBB: hue angle of 315.07º 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 #F01DBB is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.06 |
| HSL | 315.07º | 0.88% | 0.53% | - |
| HSV(B) | 315.07º | 0.88% | 0.94% | - |
| XYZ | 45.34 | 22.99 | 49.06 | - |
| YUV | 110.1 | 171.4 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 187 | 0 | 0.88 | 0.22 | 0.06 | 315.07 | 0.88 | 0.53 |
| Hex | F0 | 1D | BB | 0 | 58 | 16 | 6 | 13B | 58 | 35 |
| Octal | 360 | 35 | 273 | 0 | 130 | 26 | 6 | 473 | 130 | 65 |
| Binary | 11110000 | 11101 | 10111011 | 0 | 1011000 | 10110 | 110 | 100111011 | 1011000 | 110101 |
Color Harmonies of #F01DBB
Complementary color
Monochromatic Colors of #F01DBB
Black with #F01DBB
Text Example
Text Example
White with #F01DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01DBB; }
p { color: rgb(240,29,187); }
H1.HeaderClassName
{
color: #F01DBB;
}
.AnyTagClassName
{
color: #F01DBB;
}
</style>
background-color css
<style>
a { background-color: #F01DBB; }
a { background-color: rgb(240,29,187); }
div.DivClassName
{
background-color: #F01DBB;
}
.BgClassName
{
background-color: #F01DBB;
}
</style>
border-color css
<style>
span { border-color: #F01DBB; }
span { border-color: rgb(240,29,187); }
td.TdClassName
{
border-color: #F01DBB;
}
.TagClassName
{
border-color: #F01DBB;
}
</style>