Shades of Deep Pink #FF0678
Tints of Deep Pink #FF0678
RGB
CMYK
RGB Variations
Color information
#FF0678 (or 0xFF0678) is known color: Deep Pink. HEX triplet: FF, 06 and 78. RGB value is (255,6,120). Sum of RGB (Red+Green+Blue) = 255+6+120=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0678 is #00F987. Grayscale: #5D5D5D. Windows color (decimal): -63880 or 7866111. OLE color: 7866111.
HSL color Cylindrical-coordinate representation of color #FF0678: hue angle of 332.53º 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 #FF0678 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 120 | - |
| CMYK | 0 | 0.98 | 0.53 | 0 |
| HSL | 332.53º | 1% | 0.51% | - |
| HSV(B) | 332.53º | 0.98% | 1% | - |
| XYZ | 44.7 | 22.75 | 19.8 | - |
| YUV | 93.45 | 142.99 | 243.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 120 | 0 | 0.98 | 0.53 | 0 | 332.53 | 1 | 0.51 |
| Hex | FF | 6 | 78 | 0 | 62 | 35 | 0 | 14D | 64 | 33 |
| Octal | 377 | 6 | 170 | 0 | 142 | 65 | 0 | 515 | 144 | 63 |
| Binary | 11111111 | 110 | 1111000 | 0 | 1100010 | 110101 | 0 | 101001101 | 1100100 | 110011 |
Color Harmonies of #FF0678
Complementary color
Monochromatic Colors of #FF0678
Black with #FF0678
Text Example
Text Example
White with #FF0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0678; }
p { color: rgb(255,6,120); }
H1.HeaderClassName
{
color: #FF0678;
}
.AnyTagClassName
{
color: #FF0678;
}
</style>
background-color css
<style>
a { background-color: #FF0678; }
a { background-color: rgb(255,6,120); }
div.DivClassName
{
background-color: #FF0678;
}
.BgClassName
{
background-color: #FF0678;
}
</style>
border-color css
<style>
span { border-color: #FF0678; }
span { border-color: rgb(255,6,120); }
td.TdClassName
{
border-color: #FF0678;
}
.TagClassName
{
border-color: #FF0678;
}
</style>