Shades of Shocking Pink #F90BBD
Tints of Shocking Pink #F90BBD
RGB
CMYK
RGB Variations
Color information
#F90BBD (or 0xF90BBD) is known color: Shocking Pink. HEX triplet: F9, 0B and BD. RGB value is (249,11,189). Sum of RGB (Red+Green+Blue) = 249+11+189=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BBD is #06F442. Grayscale: #656565. Windows color (decimal): -455747 or 12389369. OLE color: 12389369.
HSL color Cylindrical-coordinate representation of color #F90BBD: hue angle of 315.13º 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 #F90BBD is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 189 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.02 |
| HSL | 315.13º | 0.95% | 0.51% | - |
| HSV(B) | 315.13º | 0.96% | 0.98% | - |
| XYZ | 48.37 | 24.05 | 50.24 | - |
| YUV | 102.45 | 176.85 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 189 | 0 | 0.96 | 0.24 | 0.02 | 315.13 | 0.95 | 0.51 |
| Hex | F9 | B | BD | 0 | 60 | 18 | 2 | 13B | 5F | 33 |
| Octal | 371 | 13 | 275 | 0 | 140 | 30 | 2 | 473 | 137 | 63 |
| Binary | 11111001 | 1011 | 10111101 | 0 | 1100000 | 11000 | 10 | 100111011 | 1011111 | 110011 |
Color Harmonies of #F90BBD
Complementary color
Monochromatic Colors of #F90BBD
Black with #F90BBD
Text Example
Text Example
White with #F90BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BBD; }
p { color: rgb(249,11,189); }
H1.HeaderClassName
{
color: #F90BBD;
}
.AnyTagClassName
{
color: #F90BBD;
}
</style>
background-color css
<style>
a { background-color: #F90BBD; }
a { background-color: rgb(249,11,189); }
div.DivClassName
{
background-color: #F90BBD;
}
.BgClassName
{
background-color: #F90BBD;
}
</style>
border-color css
<style>
span { border-color: #F90BBD; }
span { border-color: rgb(249,11,189); }
td.TdClassName
{
border-color: #F90BBD;
}
.TagClassName
{
border-color: #F90BBD;
}
</style>