Shades of Deep Pink #F00679
Tints of Deep Pink #F00679
RGB
CMYK
RGB Variations
Color information
#F00679 (or 0xF00679) is known color: Deep Pink. HEX triplet: F0, 06 and 79. RGB value is (240,6,121). Sum of RGB (Red+Green+Blue) = 240+6+121=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F00679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00679 is #0FF986. Grayscale: #585858. Windows color (decimal): -1046919 or 7931632. OLE color: 7931632.
HSL color Cylindrical-coordinate representation of color #F00679: hue angle of 330.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00679 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 121 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.06 |
| HSL | 330.51º | 0.95% | 0.48% | - |
| HSV(B) | 330.51º | 0.98% | 0.94% | - |
| XYZ | 39.45 | 20.04 | 19.88 | - |
| YUV | 89.08 | 146.02 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 121 | 0 | 0.98 | 0.50 | 0.06 | 330.51 | 0.95 | 0.48 |
| Hex | F0 | 6 | 79 | 0 | 62 | 32 | 6 | 14B | 5F | 30 |
| Octal | 360 | 6 | 171 | 0 | 142 | 62 | 6 | 513 | 137 | 60 |
| Binary | 11110000 | 110 | 1111001 | 0 | 1100010 | 110010 | 110 | 101001011 | 1011111 | 110000 |
Color Harmonies of #F00679
Complementary color
Monochromatic Colors of #F00679
Black with #F00679
Text Example
Text Example
White with #F00679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00679; }
p { color: rgb(240,6,121); }
H1.HeaderClassName
{
color: #F00679;
}
.AnyTagClassName
{
color: #F00679;
}
</style>
background-color css
<style>
a { background-color: #F00679; }
a { background-color: rgb(240,6,121); }
div.DivClassName
{
background-color: #F00679;
}
.BgClassName
{
background-color: #F00679;
}
</style>
border-color css
<style>
span { border-color: #F00679; }
span { border-color: rgb(240,6,121); }
td.TdClassName
{
border-color: #F00679;
}
.TagClassName
{
border-color: #F00679;
}
</style>