Shades of Deep Pink #F90179
Tints of Deep Pink #F90179
RGB
CMYK
RGB Variations
Color information
#F90179 (or 0xF90179) is known color: Deep Pink. HEX triplet: F9, 01 and 79. RGB value is (249,1,121). Sum of RGB (Red+Green+Blue) = 249+1+121=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F90179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90179 is #06FE86. Grayscale: #585858. Windows color (decimal): -458375 or 7930361. OLE color: 7930361.
HSL color Cylindrical-coordinate representation of color #F90179: hue angle of 330.97º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90179 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.02 |
| HSL | 330.97º | 0.99% | 0.49% | - |
| HSV(B) | 330.97º | 1% | 0.98% | - |
| XYZ | 42.53 | 21.54 | 20.01 | - |
| YUV | 88.83 | 146.16 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 121 | 0 | 1.00 | 0.51 | 0.02 | 330.97 | 0.99 | 0.49 |
| Hex | F9 | 1 | 79 | 0 | 64 | 33 | 2 | 14B | 63 | 31 |
| Octal | 371 | 1 | 171 | 0 | 144 | 63 | 2 | 513 | 143 | 61 |
| Binary | 11111001 | 1 | 1111001 | 0 | 1100100 | 110011 | 10 | 101001011 | 1100011 | 110001 |
Color Harmonies of #F90179
Complementary color
Monochromatic Colors of #F90179
Black with #F90179
Text Example
Text Example
White with #F90179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90179; }
p { color: rgb(249,1,121); }
H1.HeaderClassName
{
color: #F90179;
}
.AnyTagClassName
{
color: #F90179;
}
</style>
background-color css
<style>
a { background-color: #F90179; }
a { background-color: rgb(249,1,121); }
div.DivClassName
{
background-color: #F90179;
}
.BgClassName
{
background-color: #F90179;
}
</style>
border-color css
<style>
span { border-color: #F90179; }
span { border-color: rgb(249,1,121); }
td.TdClassName
{
border-color: #F90179;
}
.TagClassName
{
border-color: #F90179;
}
</style>