Shades of Shocking Pink #F900BD
Tints of Shocking Pink #F900BD
RGB
CMYK
RGB Variations
Color information
#F900BD (or 0xF900BD) is known color: Shocking Pink. HEX triplet: F9, 00 and BD. RGB value is (249,0,189). Sum of RGB (Red+Green+Blue) = 249+0+189=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F900BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900BD is #06FF42. Grayscale: #5F5F5F. Windows color (decimal): -458563 or 12386553. OLE color: 12386553.
HSL color Cylindrical-coordinate representation of color #F900BD: hue angle of 314.46º 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 #F900BD is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.24 | 0.02 |
| HSL | 314.46º | 1% | 0.49% | - |
| HSV(B) | 314.46º | 1% | 0.98% | - |
| XYZ | 48.25 | 23.81 | 50.2 | - |
| YUV | 96 | 180.49 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 189 | 0 | 1 | 0.24 | 0.02 | 314.46 | 1 | 0.49 |
| Hex | F9 | 0 | BD | 0 | 64 | 18 | 2 | 13A | 64 | 31 |
| Octal | 371 | 0 | 275 | 0 | 144 | 30 | 2 | 472 | 144 | 61 |
| Binary | 11111001 | 0 | 10111101 | 0 | 1100100 | 11000 | 10 | 100111010 | 1100100 | 110001 |
Color Harmonies of #F900BD
Complementary color
Monochromatic Colors of #F900BD
Black with #F900BD
Text Example
Text Example
White with #F900BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900BD; }
p { color: rgb(249,0,189); }
H1.HeaderClassName
{
color: #F900BD;
}
.AnyTagClassName
{
color: #F900BD;
}
</style>
background-color css
<style>
a { background-color: #F900BD; }
a { background-color: rgb(249,0,189); }
div.DivClassName
{
background-color: #F900BD;
}
.BgClassName
{
background-color: #F900BD;
}
</style>
border-color css
<style>
span { border-color: #F900BD; }
span { border-color: rgb(249,0,189); }
td.TdClassName
{
border-color: #F900BD;
}
.TagClassName
{
border-color: #F900BD;
}
</style>