Shades of Shocking Pink #F90ABE
Tints of Shocking Pink #F90ABE
RGB
CMYK
RGB Variations
Color information
#F90ABE (or 0xF90ABE) is known color: Shocking Pink. HEX triplet: F9, 0A and BE. RGB value is (249,10,190). Sum of RGB (Red+Green+Blue) = 249+10+190=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ABE is #06F541. Grayscale: #656565. Windows color (decimal): -456002 or 12454649. OLE color: 12454649.
HSL color Cylindrical-coordinate representation of color #F90ABE: hue angle of 314.81º 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 #F90ABE is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 190 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.02 |
| HSL | 314.81º | 0.95% | 0.51% | - |
| HSV(B) | 314.81º | 0.96% | 0.98% | - |
| XYZ | 48.47 | 24.07 | 50.81 | - |
| YUV | 101.98 | 177.68 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 190 | 0 | 0.96 | 0.24 | 0.02 | 314.81 | 0.95 | 0.51 |
| Hex | F9 | A | BE | 0 | 60 | 18 | 2 | 13B | 5F | 33 |
| Octal | 371 | 12 | 276 | 0 | 140 | 30 | 2 | 473 | 137 | 63 |
| Binary | 11111001 | 1010 | 10111110 | 0 | 1100000 | 11000 | 10 | 100111011 | 1011111 | 110011 |
Color Harmonies of #F90ABE
Complementary color
Monochromatic Colors of #F90ABE
Black with #F90ABE
Text Example
Text Example
White with #F90ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90ABE; }
p { color: rgb(249,10,190); }
H1.HeaderClassName
{
color: #F90ABE;
}
.AnyTagClassName
{
color: #F90ABE;
}
</style>
background-color css
<style>
a { background-color: #F90ABE; }
a { background-color: rgb(249,10,190); }
div.DivClassName
{
background-color: #F90ABE;
}
.BgClassName
{
background-color: #F90ABE;
}
</style>
border-color css
<style>
span { border-color: #F90ABE; }
span { border-color: rgb(249,10,190); }
td.TdClassName
{
border-color: #F90ABE;
}
.TagClassName
{
border-color: #F90ABE;
}
</style>