Shades of Deep Pink #F90679
Tints of Deep Pink #F90679
RGB
CMYK
RGB Variations
Color information
#F90679 (or 0xF90679) is known color: Deep Pink. HEX triplet: F9, 06 and 79. RGB value is (249,6,121). Sum of RGB (Red+Green+Blue) = 249+6+121=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F90679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90679 is #06F986. Grayscale: #5B5B5B. Windows color (decimal): -457095 or 7931641. OLE color: 7931641.
HSL color Cylindrical-coordinate representation of color #F90679: hue angle of 331.6º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90679 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 121 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.02 |
| HSL | 331.6º | 0.95% | 0.5% | - |
| HSV(B) | 331.6º | 0.98% | 0.98% | - |
| XYZ | 42.58 | 21.65 | 20.02 | - |
| YUV | 91.77 | 144.51 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 121 | 0 | 0.98 | 0.51 | 0.02 | 331.6 | 0.95 | 0.5 |
| Hex | F9 | 6 | 79 | 0 | 62 | 33 | 2 | 14C | 5F | 32 |
| Octal | 371 | 6 | 171 | 0 | 142 | 63 | 2 | 514 | 137 | 62 |
| Binary | 11111001 | 110 | 1111001 | 0 | 1100010 | 110011 | 10 | 101001100 | 1011111 | 110010 |
Color Harmonies of #F90679
Complementary color
Monochromatic Colors of #F90679
Black with #F90679
Text Example
Text Example
White with #F90679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90679; }
p { color: rgb(249,6,121); }
H1.HeaderClassName
{
color: #F90679;
}
.AnyTagClassName
{
color: #F90679;
}
</style>
background-color css
<style>
a { background-color: #F90679; }
a { background-color: rgb(249,6,121); }
div.DivClassName
{
background-color: #F90679;
}
.BgClassName
{
background-color: #F90679;
}
</style>
border-color css
<style>
span { border-color: #F90679; }
span { border-color: rgb(249,6,121); }
td.TdClassName
{
border-color: #F90679;
}
.TagClassName
{
border-color: #F90679;
}
</style>