Shades of Deep Pink #F90F8C
Tints of Deep Pink #F90F8C
RGB
CMYK
RGB Variations
Color information
#F90F8C (or 0xF90F8C) is known color: Deep Pink. HEX triplet: F9, 0F and 8C. RGB value is (249,15,140). Sum of RGB (Red+Green+Blue) = 249+15+140=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90F8C is #06F073. Grayscale: #626262. Windows color (decimal): -454772 or 9179129. OLE color: 9179129.
HSL color Cylindrical-coordinate representation of color #F90F8C: hue angle of 327.95º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F8C is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 140 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.02 |
| HSL | 327.95º | 0.95% | 0.52% | - |
| HSV(B) | 327.95º | 0.94% | 0.98% | - |
| XYZ | 43.97 | 22.37 | 26.81 | - |
| YUV | 99.22 | 151.02 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 140 | 0 | 0.94 | 0.44 | 0.02 | 327.95 | 0.95 | 0.52 |
| Hex | F9 | F | 8C | 0 | 5E | 2C | 2 | 148 | 5F | 34 |
| Octal | 371 | 17 | 214 | 0 | 136 | 54 | 2 | 510 | 137 | 64 |
| Binary | 11111001 | 1111 | 10001100 | 0 | 1011110 | 101100 | 10 | 101001000 | 1011111 | 110100 |
Color Harmonies of #F90F8C
Complementary color
Monochromatic Colors of #F90F8C
Black with #F90F8C
Text Example
Text Example
White with #F90F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F8C; }
p { color: rgb(249,15,140); }
H1.HeaderClassName
{
color: #F90F8C;
}
.AnyTagClassName
{
color: #F90F8C;
}
</style>
background-color css
<style>
a { background-color: #F90F8C; }
a { background-color: rgb(249,15,140); }
div.DivClassName
{
background-color: #F90F8C;
}
.BgClassName
{
background-color: #F90F8C;
}
</style>
border-color css
<style>
span { border-color: #F90F8C; }
span { border-color: rgb(249,15,140); }
td.TdClassName
{
border-color: #F90F8C;
}
.TagClassName
{
border-color: #F90F8C;
}
</style>