Shades of Shocking Pink #F90AB9
Tints of Shocking Pink #F90AB9
RGB
CMYK
RGB Variations
Color information
#F90AB9 (or 0xF90AB9) is known color: Shocking Pink. HEX triplet: F9, 0A and B9. RGB value is (249,10,185). Sum of RGB (Red+Green+Blue) = 249+10+185=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90AB9 is #06F546. Grayscale: #646464. Windows color (decimal): -456007 or 12126969. OLE color: 12126969.
HSL color Cylindrical-coordinate representation of color #F90AB9: hue angle of 316.07º 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 #F90AB9 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 185 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.02 |
| HSL | 316.07º | 0.95% | 0.51% | - |
| HSV(B) | 316.07º | 0.96% | 0.98% | - |
| XYZ | 47.93 | 23.86 | 47.98 | - |
| YUV | 101.41 | 175.18 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 185 | 0 | 0.96 | 0.26 | 0.02 | 316.07 | 0.95 | 0.51 |
| Hex | F9 | A | B9 | 0 | 60 | 1A | 2 | 13C | 5F | 33 |
| Octal | 371 | 12 | 271 | 0 | 140 | 32 | 2 | 474 | 137 | 63 |
| Binary | 11111001 | 1010 | 10111001 | 0 | 1100000 | 11010 | 10 | 100111100 | 1011111 | 110011 |
Color Harmonies of #F90AB9
Complementary color
Monochromatic Colors of #F90AB9
Black with #F90AB9
Text Example
Text Example
White with #F90AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90AB9; }
p { color: rgb(249,10,185); }
H1.HeaderClassName
{
color: #F90AB9;
}
.AnyTagClassName
{
color: #F90AB9;
}
</style>
background-color css
<style>
a { background-color: #F90AB9; }
a { background-color: rgb(249,10,185); }
div.DivClassName
{
background-color: #F90AB9;
}
.BgClassName
{
background-color: #F90AB9;
}
</style>
border-color css
<style>
span { border-color: #F90AB9; }
span { border-color: rgb(249,10,185); }
td.TdClassName
{
border-color: #F90AB9;
}
.TagClassName
{
border-color: #F90AB9;
}
</style>