Shades of Shocking Pink #F900BB
Tints of Shocking Pink #F900BB
RGB
CMYK
RGB Variations
Color information
#F900BB (or 0xF900BB) is known color: Shocking Pink. HEX triplet: F9, 00 and BB. RGB value is (249,0,187). Sum of RGB (Red+Green+Blue) = 249+0+187=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F900BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900BB is #06FF44. Grayscale: #5F5F5F. Windows color (decimal): -458565 or 12255481. OLE color: 12255481.
HSL color Cylindrical-coordinate representation of color #F900BB: hue angle of 314.94º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900BB is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.25 | 0.02 |
| HSL | 314.94º | 1% | 0.49% | - |
| HSV(B) | 314.94º | 1% | 0.98% | - |
| XYZ | 48.04 | 23.73 | 49.06 | - |
| YUV | 95.77 | 179.49 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 187 | 0 | 1 | 0.25 | 0.02 | 314.94 | 1 | 0.49 |
| Hex | F9 | 0 | BB | 0 | 64 | 19 | 2 | 13B | 64 | 31 |
| Octal | 371 | 0 | 273 | 0 | 144 | 31 | 2 | 473 | 144 | 61 |
| Binary | 11111001 | 0 | 10111011 | 0 | 1100100 | 11001 | 10 | 100111011 | 1100100 | 110001 |
Color Harmonies of #F900BB
Complementary color
Monochromatic Colors of #F900BB
Black with #F900BB
Text Example
Text Example
White with #F900BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900BB; }
p { color: rgb(249,0,187); }
H1.HeaderClassName
{
color: #F900BB;
}
.AnyTagClassName
{
color: #F900BB;
}
</style>
background-color css
<style>
a { background-color: #F900BB; }
a { background-color: rgb(249,0,187); }
div.DivClassName
{
background-color: #F900BB;
}
.BgClassName
{
background-color: #F900BB;
}
</style>
border-color css
<style>
span { border-color: #F900BB; }
span { border-color: rgb(249,0,187); }
td.TdClassName
{
border-color: #F900BB;
}
.TagClassName
{
border-color: #F900BB;
}
</style>