Shades of Shocking Pink #F900B9
Tints of Shocking Pink #F900B9
RGB
CMYK
RGB Variations
Color information
#F900B9 (or 0xF900B9) is known color: Shocking Pink. HEX triplet: F9, 00 and B9. RGB value is (249,0,185). Sum of RGB (Red+Green+Blue) = 249+0+185=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F900B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900B9 is #06FF46. Grayscale: #5F5F5F. Windows color (decimal): -458567 or 12124409. OLE color: 12124409.
HSL color Cylindrical-coordinate representation of color #F900B9: hue angle of 315.42º 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 #F900B9 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.26 | 0.02 |
| HSL | 315.42º | 1% | 0.49% | - |
| HSV(B) | 315.42º | 1% | 0.98% | - |
| XYZ | 47.82 | 23.64 | 47.94 | - |
| YUV | 95.54 | 178.49 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 185 | 0 | 1 | 0.26 | 0.02 | 315.42 | 1 | 0.49 |
| Hex | F9 | 0 | B9 | 0 | 64 | 1A | 2 | 13B | 64 | 31 |
| Octal | 371 | 0 | 271 | 0 | 144 | 32 | 2 | 473 | 144 | 61 |
| Binary | 11111001 | 0 | 10111001 | 0 | 1100100 | 11010 | 10 | 100111011 | 1100100 | 110001 |
Color Harmonies of #F900B9
Complementary color
Monochromatic Colors of #F900B9
Black with #F900B9
Text Example
Text Example
White with #F900B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900B9; }
p { color: rgb(249,0,185); }
H1.HeaderClassName
{
color: #F900B9;
}
.AnyTagClassName
{
color: #F900B9;
}
</style>
background-color css
<style>
a { background-color: #F900B9; }
a { background-color: rgb(249,0,185); }
div.DivClassName
{
background-color: #F900B9;
}
.BgClassName
{
background-color: #F900B9;
}
</style>
border-color css
<style>
span { border-color: #F900B9; }
span { border-color: rgb(249,0,185); }
td.TdClassName
{
border-color: #F900B9;
}
.TagClassName
{
border-color: #F900B9;
}
</style>