Shades of Shocking Pink #F90DBB
Tints of Shocking Pink #F90DBB
RGB
CMYK
RGB Variations
Color information
#F90DBB (or 0xF90DBB) is known color: Shocking Pink. HEX triplet: F9, 0D and BB. RGB value is (249,13,187). Sum of RGB (Red+Green+Blue) = 249+13+187=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DBB is #06F244. Grayscale: #666666. Windows color (decimal): -455237 or 12258809. OLE color: 12258809.
HSL color Cylindrical-coordinate representation of color #F90DBB: hue angle of 315.76º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90DBB is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 187 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.02 |
| HSL | 315.76º | 0.95% | 0.51% | - |
| HSV(B) | 315.76º | 0.95% | 0.98% | - |
| XYZ | 48.18 | 24.02 | 49.11 | - |
| YUV | 103.4 | 175.19 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 187 | 0 | 0.95 | 0.25 | 0.02 | 315.76 | 0.95 | 0.51 |
| Hex | F9 | D | BB | 0 | 5F | 19 | 2 | 13C | 5F | 33 |
| Octal | 371 | 15 | 273 | 0 | 137 | 31 | 2 | 474 | 137 | 63 |
| Binary | 11111001 | 1101 | 10111011 | 0 | 1011111 | 11001 | 10 | 100111100 | 1011111 | 110011 |
Color Harmonies of #F90DBB
Complementary color
Monochromatic Colors of #F90DBB
Black with #F90DBB
Text Example
Text Example
White with #F90DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90DBB; }
p { color: rgb(249,13,187); }
H1.HeaderClassName
{
color: #F90DBB;
}
.AnyTagClassName
{
color: #F90DBB;
}
</style>
background-color css
<style>
a { background-color: #F90DBB; }
a { background-color: rgb(249,13,187); }
div.DivClassName
{
background-color: #F90DBB;
}
.BgClassName
{
background-color: #F90DBB;
}
</style>
border-color css
<style>
span { border-color: #F90DBB; }
span { border-color: rgb(249,13,187); }
td.TdClassName
{
border-color: #F90DBB;
}
.TagClassName
{
border-color: #F90DBB;
}
</style>