Shades of Shocking Pink #F90FBB
Tints of Shocking Pink #F90FBB
RGB
CMYK
RGB Variations
Color information
#F90FBB (or 0xF90FBB) is known color: Shocking Pink. HEX triplet: F9, 0F and BB. RGB value is (249,15,187). Sum of RGB (Red+Green+Blue) = 249+15+187=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FBB is #06F044. Grayscale: #686868. Windows color (decimal): -454725 or 12259321. OLE color: 12259321.
HSL color Cylindrical-coordinate representation of color #F90FBB: hue angle of 315.9º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90FBB is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 187 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.02 |
| HSL | 315.9º | 0.95% | 0.52% | - |
| HSV(B) | 315.9º | 0.94% | 0.98% | - |
| XYZ | 48.21 | 24.07 | 49.12 | - |
| YUV | 104.57 | 174.52 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 187 | 0 | 0.94 | 0.25 | 0.02 | 315.9 | 0.95 | 0.52 |
| Hex | F9 | F | BB | 0 | 5E | 19 | 2 | 13C | 5F | 34 |
| Octal | 371 | 17 | 273 | 0 | 136 | 31 | 2 | 474 | 137 | 64 |
| Binary | 11111001 | 1111 | 10111011 | 0 | 1011110 | 11001 | 10 | 100111100 | 1011111 | 110100 |
Color Harmonies of #F90FBB
Complementary color
Monochromatic Colors of #F90FBB
Black with #F90FBB
Text Example
Text Example
White with #F90FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FBB; }
p { color: rgb(249,15,187); }
H1.HeaderClassName
{
color: #F90FBB;
}
.AnyTagClassName
{
color: #F90FBB;
}
</style>
background-color css
<style>
a { background-color: #F90FBB; }
a { background-color: rgb(249,15,187); }
div.DivClassName
{
background-color: #F90FBB;
}
.BgClassName
{
background-color: #F90FBB;
}
</style>
border-color css
<style>
span { border-color: #F90FBB; }
span { border-color: rgb(249,15,187); }
td.TdClassName
{
border-color: #F90FBB;
}
.TagClassName
{
border-color: #F90FBB;
}
</style>