Shades of Deep Pink #FF068E
Tints of Deep Pink #FF068E
RGB
CMYK
RGB Variations
Color information
#FF068E (or 0xFF068E) is known color: Deep Pink. HEX triplet: FF, 06 and 8E. RGB value is (255,6,142). Sum of RGB (Red+Green+Blue) = 255+6+142=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF068E is #00F971. Grayscale: #5F5F5F. Windows color (decimal): -63858 or 9307903. OLE color: 9307903.
HSL color Cylindrical-coordinate representation of color #FF068E: hue angle of 327.23º 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 #FF068E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 142 | - |
| CMYK | 0 | 0.98 | 0.44 | 0 |
| HSL | 327.23º | 1% | 0.51% | - |
| HSV(B) | 327.23º | 0.98% | 1% | - |
| XYZ | 46.19 | 23.34 | 27.66 | - |
| YUV | 95.96 | 153.99 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 142 | 0 | 0.98 | 0.44 | 0 | 327.23 | 1 | 0.51 |
| Hex | FF | 6 | 8E | 0 | 62 | 2C | 0 | 147 | 64 | 33 |
| Octal | 377 | 6 | 216 | 0 | 142 | 54 | 0 | 507 | 144 | 63 |
| Binary | 11111111 | 110 | 10001110 | 0 | 1100010 | 101100 | 0 | 101000111 | 1100100 | 110011 |
Color Harmonies of #FF068E
Complementary color
Monochromatic Colors of #FF068E
Black with #FF068E
Text Example
Text Example
White with #FF068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF068E; }
p { color: rgb(255,6,142); }
H1.HeaderClassName
{
color: #FF068E;
}
.AnyTagClassName
{
color: #FF068E;
}
</style>
background-color css
<style>
a { background-color: #FF068E; }
a { background-color: rgb(255,6,142); }
div.DivClassName
{
background-color: #FF068E;
}
.BgClassName
{
background-color: #FF068E;
}
</style>
border-color css
<style>
span { border-color: #FF068E; }
span { border-color: rgb(255,6,142); }
td.TdClassName
{
border-color: #FF068E;
}
.TagClassName
{
border-color: #FF068E;
}
</style>