Shades of Deep Pink #FF0680
Tints of Deep Pink #FF0680
RGB
CMYK
RGB Variations
Color information
#FF0680 (or 0xFF0680) is known color: Deep Pink. HEX triplet: FF, 06 and 80. RGB value is (255,6,128). Sum of RGB (Red+Green+Blue) = 255+6+128=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0680 is #00F97F. Grayscale: #5E5E5E. Windows color (decimal): -63872 or 8390399. OLE color: 8390399.
HSL color Cylindrical-coordinate representation of color #FF0680: hue angle of 330.6º 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 #FF0680 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 128 | - |
| CMYK | 0 | 0.98 | 0.50 | 0 |
| HSL | 330.6º | 1% | 0.51% | - |
| HSV(B) | 330.6º | 0.98% | 1% | - |
| XYZ | 45.2 | 22.95 | 22.47 | - |
| YUV | 94.36 | 146.99 | 242.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 128 | 0 | 0.98 | 0.50 | 0 | 330.6 | 1 | 0.51 |
| Hex | FF | 6 | 80 | 0 | 62 | 32 | 0 | 14B | 64 | 33 |
| Octal | 377 | 6 | 200 | 0 | 142 | 62 | 0 | 513 | 144 | 63 |
| Binary | 11111111 | 110 | 10000000 | 0 | 1100010 | 110010 | 0 | 101001011 | 1100100 | 110011 |
Color Harmonies of #FF0680
Complementary color
Monochromatic Colors of #FF0680
Black with #FF0680
Text Example
Text Example
White with #FF0680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0680; }
p { color: rgb(255,6,128); }
H1.HeaderClassName
{
color: #FF0680;
}
.AnyTagClassName
{
color: #FF0680;
}
</style>
background-color css
<style>
a { background-color: #FF0680; }
a { background-color: rgb(255,6,128); }
div.DivClassName
{
background-color: #FF0680;
}
.BgClassName
{
background-color: #FF0680;
}
</style>
border-color css
<style>
span { border-color: #FF0680; }
span { border-color: rgb(255,6,128); }
td.TdClassName
{
border-color: #FF0680;
}
.TagClassName
{
border-color: #FF0680;
}
</style>