Shades of Deep Pink #FF067C
Tints of Deep Pink #FF067C
RGB
CMYK
RGB Variations
Color information
#FF067C (or 0xFF067C) is known color: Deep Pink. HEX triplet: FF, 06 and 7C. RGB value is (255,6,124). Sum of RGB (Red+Green+Blue) = 255+6+124=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF067C is #00F983. Grayscale: #5D5D5D. Windows color (decimal): -63876 or 8128255. OLE color: 8128255.
HSL color Cylindrical-coordinate representation of color #FF067C: hue angle of 331.57º 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 #FF067C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 124 | - |
| CMYK | 0 | 0.98 | 0.51 | 0 |
| HSL | 331.57º | 1% | 0.51% | - |
| HSV(B) | 331.57º | 0.98% | 1% | - |
| XYZ | 44.94 | 22.85 | 21.11 | - |
| YUV | 93.9 | 144.99 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 124 | 0 | 0.98 | 0.51 | 0 | 331.57 | 1 | 0.51 |
| Hex | FF | 6 | 7C | 0 | 62 | 33 | 0 | 14C | 64 | 33 |
| Octal | 377 | 6 | 174 | 0 | 142 | 63 | 0 | 514 | 144 | 63 |
| Binary | 11111111 | 110 | 1111100 | 0 | 1100010 | 110011 | 0 | 101001100 | 1100100 | 110011 |
Color Harmonies of #FF067C
Complementary color
Monochromatic Colors of #FF067C
Black with #FF067C
Text Example
Text Example
White with #FF067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF067C; }
p { color: rgb(255,6,124); }
H1.HeaderClassName
{
color: #FF067C;
}
.AnyTagClassName
{
color: #FF067C;
}
</style>
background-color css
<style>
a { background-color: #FF067C; }
a { background-color: rgb(255,6,124); }
div.DivClassName
{
background-color: #FF067C;
}
.BgClassName
{
background-color: #FF067C;
}
</style>
border-color css
<style>
span { border-color: #FF067C; }
span { border-color: rgb(255,6,124); }
td.TdClassName
{
border-color: #FF067C;
}
.TagClassName
{
border-color: #FF067C;
}
</style>