Shades of Shocking Pink #F90BBB
Tints of Shocking Pink #F90BBB
RGB
CMYK
RGB Variations
Color information
#F90BBB (or 0xF90BBB) is known color: Shocking Pink. HEX triplet: F9, 0B and BB. RGB value is (249,11,187). Sum of RGB (Red+Green+Blue) = 249+11+187=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BBB is #06F444. Grayscale: #656565. Windows color (decimal): -455749 or 12258297. OLE color: 12258297.
HSL color Cylindrical-coordinate representation of color #F90BBB: hue angle of 315.63º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90BBB is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 187 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.02 |
| HSL | 315.63º | 0.95% | 0.51% | - |
| HSV(B) | 315.63º | 0.96% | 0.98% | - |
| XYZ | 48.16 | 23.97 | 49.1 | - |
| YUV | 102.23 | 175.85 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 187 | 0 | 0.96 | 0.25 | 0.02 | 315.63 | 0.95 | 0.51 |
| Hex | F9 | B | BB | 0 | 60 | 19 | 2 | 13C | 5F | 33 |
| Octal | 371 | 13 | 273 | 0 | 140 | 31 | 2 | 474 | 137 | 63 |
| Binary | 11111001 | 1011 | 10111011 | 0 | 1100000 | 11001 | 10 | 100111100 | 1011111 | 110011 |
Color Harmonies of #F90BBB
Complementary color
Monochromatic Colors of #F90BBB
Black with #F90BBB
Text Example
Text Example
White with #F90BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BBB; }
p { color: rgb(249,11,187); }
H1.HeaderClassName
{
color: #F90BBB;
}
.AnyTagClassName
{
color: #F90BBB;
}
</style>
background-color css
<style>
a { background-color: #F90BBB; }
a { background-color: rgb(249,11,187); }
div.DivClassName
{
background-color: #F90BBB;
}
.BgClassName
{
background-color: #F90BBB;
}
</style>
border-color css
<style>
span { border-color: #F90BBB; }
span { border-color: rgb(249,11,187); }
td.TdClassName
{
border-color: #F90BBB;
}
.TagClassName
{
border-color: #F90BBB;
}
</style>