Shades of Shocking Pink #F90DBE
Tints of Shocking Pink #F90DBE
RGB
CMYK
RGB Variations
Color information
#F90DBE (or 0xF90DBE) is known color: Shocking Pink. HEX triplet: F9, 0D and BE. RGB value is (249,13,190). Sum of RGB (Red+Green+Blue) = 249+13+190=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DBE is #06F241. Grayscale: #676767. Windows color (decimal): -455234 or 12455417. OLE color: 12455417.
HSL color Cylindrical-coordinate representation of color #F90DBE: hue angle of 315º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90DBE is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 190 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.02 |
| HSL | 315º | 0.95% | 0.51% | - |
| HSV(B) | 315º | 0.95% | 0.98% | - |
| XYZ | 48.51 | 24.15 | 50.82 | - |
| YUV | 103.74 | 176.69 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 190 | 0 | 0.95 | 0.24 | 0.02 | 315 | 0.95 | 0.51 |
| Hex | F9 | D | BE | 0 | 5F | 18 | 2 | 13B | 5F | 33 |
| Octal | 371 | 15 | 276 | 0 | 137 | 30 | 2 | 473 | 137 | 63 |
| Binary | 11111001 | 1101 | 10111110 | 0 | 1011111 | 11000 | 10 | 100111011 | 1011111 | 110011 |
Color Harmonies of #F90DBE
Complementary color
Monochromatic Colors of #F90DBE
Black with #F90DBE
Text Example
Text Example
White with #F90DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90DBE; }
p { color: rgb(249,13,190); }
H1.HeaderClassName
{
color: #F90DBE;
}
.AnyTagClassName
{
color: #F90DBE;
}
</style>
background-color css
<style>
a { background-color: #F90DBE; }
a { background-color: rgb(249,13,190); }
div.DivClassName
{
background-color: #F90DBE;
}
.BgClassName
{
background-color: #F90DBE;
}
</style>
border-color css
<style>
span { border-color: #F90DBE; }
span { border-color: rgb(249,13,190); }
td.TdClassName
{
border-color: #F90DBE;
}
.TagClassName
{
border-color: #F90DBE;
}
</style>