Shades of Shocking Pink #F90ABA
Tints of Shocking Pink #F90ABA
RGB
CMYK
RGB Variations
Color information
#F90ABA (or 0xF90ABA) is known color: Shocking Pink. HEX triplet: F9, 0A and BA. RGB value is (249,10,186). Sum of RGB (Red+Green+Blue) = 249+10+186=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ABA is #06F545. Grayscale: #656565. Windows color (decimal): -456006 or 12192505. OLE color: 12192505.
HSL color Cylindrical-coordinate representation of color #F90ABA: hue angle of 315.82º 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 #F90ABA is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 186 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.02 |
| HSL | 315.82º | 0.95% | 0.51% | - |
| HSV(B) | 315.82º | 0.96% | 0.98% | - |
| XYZ | 48.04 | 23.9 | 48.54 | - |
| YUV | 101.53 | 175.68 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 186 | 0 | 0.96 | 0.25 | 0.02 | 315.82 | 0.95 | 0.51 |
| Hex | F9 | A | BA | 0 | 60 | 19 | 2 | 13C | 5F | 33 |
| Octal | 371 | 12 | 272 | 0 | 140 | 31 | 2 | 474 | 137 | 63 |
| Binary | 11111001 | 1010 | 10111010 | 0 | 1100000 | 11001 | 10 | 100111100 | 1011111 | 110011 |
Color Harmonies of #F90ABA
Complementary color
Monochromatic Colors of #F90ABA
Black with #F90ABA
Text Example
Text Example
White with #F90ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90ABA; }
p { color: rgb(249,10,186); }
H1.HeaderClassName
{
color: #F90ABA;
}
.AnyTagClassName
{
color: #F90ABA;
}
</style>
background-color css
<style>
a { background-color: #F90ABA; }
a { background-color: rgb(249,10,186); }
div.DivClassName
{
background-color: #F90ABA;
}
.BgClassName
{
background-color: #F90ABA;
}
</style>
border-color css
<style>
span { border-color: #F90ABA; }
span { border-color: rgb(249,10,186); }
td.TdClassName
{
border-color: #F90ABA;
}
.TagClassName
{
border-color: #F90ABA;
}
</style>