Shades of Deep Pink #F90D8C
Tints of Deep Pink #F90D8C
RGB
CMYK
RGB Variations
Color information
#F90D8C (or 0xF90D8C) is known color: Deep Pink. HEX triplet: F9, 0D and 8C. RGB value is (249,13,140). Sum of RGB (Red+Green+Blue) = 249+13+140=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90D8C is #06F273. Grayscale: #616161. Windows color (decimal): -455284 or 9178617. OLE color: 9178617.
HSL color Cylindrical-coordinate representation of color #F90D8C: hue angle of 327.71º 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 #F90D8C is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 140 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.02 |
| HSL | 327.71º | 0.95% | 0.51% | - |
| HSV(B) | 327.71º | 0.95% | 0.98% | - |
| XYZ | 43.94 | 22.32 | 26.8 | - |
| YUV | 98.04 | 151.69 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 140 | 0 | 0.95 | 0.44 | 0.02 | 327.71 | 0.95 | 0.51 |
| Hex | F9 | D | 8C | 0 | 5F | 2C | 2 | 148 | 5F | 33 |
| Octal | 371 | 15 | 214 | 0 | 137 | 54 | 2 | 510 | 137 | 63 |
| Binary | 11111001 | 1101 | 10001100 | 0 | 1011111 | 101100 | 10 | 101001000 | 1011111 | 110011 |
Color Harmonies of #F90D8C
Complementary color
Monochromatic Colors of #F90D8C
Black with #F90D8C
Text Example
Text Example
White with #F90D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D8C; }
p { color: rgb(249,13,140); }
H1.HeaderClassName
{
color: #F90D8C;
}
.AnyTagClassName
{
color: #F90D8C;
}
</style>
background-color css
<style>
a { background-color: #F90D8C; }
a { background-color: rgb(249,13,140); }
div.DivClassName
{
background-color: #F90D8C;
}
.BgClassName
{
background-color: #F90D8C;
}
</style>
border-color css
<style>
span { border-color: #F90D8C; }
span { border-color: rgb(249,13,140); }
td.TdClassName
{
border-color: #F90D8C;
}
.TagClassName
{
border-color: #F90D8C;
}
</style>