Shades of Shocking Pink #F90BBC
Tints of Shocking Pink #F90BBC
RGB
CMYK
RGB Variations
Color information
#F90BBC (or 0xF90BBC) is known color: Shocking Pink. HEX triplet: F9, 0B and BC. RGB value is (249,11,188). Sum of RGB (Red+Green+Blue) = 249+11+188=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BBC is #06F443. Grayscale: #656565. Windows color (decimal): -455748 or 12323833. OLE color: 12323833.
HSL color Cylindrical-coordinate representation of color #F90BBC: hue angle of 315.38º 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 #F90BBC is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 188 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.02 |
| HSL | 315.38º | 0.95% | 0.51% | - |
| HSV(B) | 315.38º | 0.96% | 0.98% | - |
| XYZ | 48.26 | 24.01 | 49.67 | - |
| YUV | 102.34 | 176.35 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 188 | 0 | 0.96 | 0.24 | 0.02 | 315.38 | 0.95 | 0.51 |
| Hex | F9 | B | BC | 0 | 60 | 18 | 2 | 13B | 5F | 33 |
| Octal | 371 | 13 | 274 | 0 | 140 | 30 | 2 | 473 | 137 | 63 |
| Binary | 11111001 | 1011 | 10111100 | 0 | 1100000 | 11000 | 10 | 100111011 | 1011111 | 110011 |
Color Harmonies of #F90BBC
Complementary color
Monochromatic Colors of #F90BBC
Black with #F90BBC
Text Example
Text Example
White with #F90BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BBC; }
p { color: rgb(249,11,188); }
H1.HeaderClassName
{
color: #F90BBC;
}
.AnyTagClassName
{
color: #F90BBC;
}
</style>
background-color css
<style>
a { background-color: #F90BBC; }
a { background-color: rgb(249,11,188); }
div.DivClassName
{
background-color: #F90BBC;
}
.BgClassName
{
background-color: #F90BBC;
}
</style>
border-color css
<style>
span { border-color: #F90BBC; }
span { border-color: rgb(249,11,188); }
td.TdClassName
{
border-color: #F90BBC;
}
.TagClassName
{
border-color: #F90BBC;
}
</style>