Shades of Shocking Pink #F90BB5
Tints of Shocking Pink #F90BB5
RGB
CMYK
RGB Variations
Color information
#F90BB5 (or 0xF90BB5) is known color: Shocking Pink. HEX triplet: F9, 0B and B5. RGB value is (249,11,181). Sum of RGB (Red+Green+Blue) = 249+11+181=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BB5 is #06F44A. Grayscale: #656565. Windows color (decimal): -455755 or 11865081. OLE color: 11865081.
HSL color Cylindrical-coordinate representation of color #F90BB5: hue angle of 317.14º 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 #F90BB5 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 181 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.02 |
| HSL | 317.14º | 0.95% | 0.51% | - |
| HSV(B) | 317.14º | 0.96% | 0.98% | - |
| XYZ | 47.53 | 23.72 | 45.79 | - |
| YUV | 101.54 | 172.85 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 181 | 0 | 0.96 | 0.27 | 0.02 | 317.14 | 0.95 | 0.51 |
| Hex | F9 | B | B5 | 0 | 60 | 1B | 2 | 13D | 5F | 33 |
| Octal | 371 | 13 | 265 | 0 | 140 | 33 | 2 | 475 | 137 | 63 |
| Binary | 11111001 | 1011 | 10110101 | 0 | 1100000 | 11011 | 10 | 100111101 | 1011111 | 110011 |
Color Harmonies of #F90BB5
Complementary color
Monochromatic Colors of #F90BB5
Black with #F90BB5
Text Example
Text Example
White with #F90BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BB5; }
p { color: rgb(249,11,181); }
H1.HeaderClassName
{
color: #F90BB5;
}
.AnyTagClassName
{
color: #F90BB5;
}
</style>
background-color css
<style>
a { background-color: #F90BB5; }
a { background-color: rgb(249,11,181); }
div.DivClassName
{
background-color: #F90BB5;
}
.BgClassName
{
background-color: #F90BB5;
}
</style>
border-color css
<style>
span { border-color: #F90BB5; }
span { border-color: rgb(249,11,181); }
td.TdClassName
{
border-color: #F90BB5;
}
.TagClassName
{
border-color: #F90BB5;
}
</style>