Shades of Deep Pink #FF0699
Tints of Deep Pink #FF0699
RGB
CMYK
RGB Variations
Color information
#FF0699 (or 0xFF0699) is known color: Deep Pink. HEX triplet: FF, 06 and 99. RGB value is (255,6,153). Sum of RGB (Red+Green+Blue) = 255+6+153=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0699 is #00F966. Grayscale: #606060. Windows color (decimal): -63847 or 10028799. OLE color: 10028799.
HSL color Cylindrical-coordinate representation of color #FF0699: hue angle of 324.58º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0699 is Cyan = 0, Magento = 0.98, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.4 | 0 |
| HSL | 324.58º | 1% | 0.51% | - |
| HSV(B) | 324.58º | 0.98% | 1% | - |
| XYZ | 47.05 | 23.69 | 32.23 | - |
| YUV | 97.21 | 159.49 | 240.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 153 | 0 | 0.98 | 0.4 | 0 | 324.58 | 1 | 0.51 |
| Hex | FF | 6 | 99 | 0 | 62 | 28 | 0 | 145 | 64 | 33 |
| Octal | 377 | 6 | 231 | 0 | 142 | 50 | 0 | 505 | 144 | 63 |
| Binary | 11111111 | 110 | 10011001 | 0 | 1100010 | 101000 | 0 | 101000101 | 1100100 | 110011 |
Color Harmonies of #FF0699
Complementary color
Monochromatic Colors of #FF0699
Black with #FF0699
Text Example
Text Example
White with #FF0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0699; }
p { color: rgb(255,6,153); }
H1.HeaderClassName
{
color: #FF0699;
}
.AnyTagClassName
{
color: #FF0699;
}
</style>
background-color css
<style>
a { background-color: #FF0699; }
a { background-color: rgb(255,6,153); }
div.DivClassName
{
background-color: #FF0699;
}
.BgClassName
{
background-color: #FF0699;
}
</style>
border-color css
<style>
span { border-color: #FF0699; }
span { border-color: rgb(255,6,153); }
td.TdClassName
{
border-color: #FF0699;
}
.TagClassName
{
border-color: #FF0699;
}
</style>