Shades of Deep Pink #FF068D
Tints of Deep Pink #FF068D
RGB
CMYK
RGB Variations
Color information
#FF068D (or 0xFF068D) is known color: Deep Pink. HEX triplet: FF, 06 and 8D. RGB value is (255,6,141). Sum of RGB (Red+Green+Blue) = 255+6+141=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF068D is #00F972. Grayscale: #5F5F5F. Windows color (decimal): -63859 or 9242367. OLE color: 9242367.
HSL color Cylindrical-coordinate representation of color #FF068D: hue angle of 327.47º 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 #FF068D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 141 | - |
| CMYK | 0 | 0.98 | 0.45 | 0 |
| HSL | 327.47º | 1% | 0.51% | - |
| HSV(B) | 327.47º | 0.98% | 1% | - |
| XYZ | 46.11 | 23.31 | 27.27 | - |
| YUV | 95.84 | 153.49 | 241.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 141 | 0 | 0.98 | 0.45 | 0 | 327.47 | 1 | 0.51 |
| Hex | FF | 6 | 8D | 0 | 62 | 2D | 0 | 147 | 64 | 33 |
| Octal | 377 | 6 | 215 | 0 | 142 | 55 | 0 | 507 | 144 | 63 |
| Binary | 11111111 | 110 | 10001101 | 0 | 1100010 | 101101 | 0 | 101000111 | 1100100 | 110011 |
Color Harmonies of #FF068D
Complementary color
Monochromatic Colors of #FF068D
Black with #FF068D
Text Example
Text Example
White with #FF068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF068D; }
p { color: rgb(255,6,141); }
H1.HeaderClassName
{
color: #FF068D;
}
.AnyTagClassName
{
color: #FF068D;
}
</style>
background-color css
<style>
a { background-color: #FF068D; }
a { background-color: rgb(255,6,141); }
div.DivClassName
{
background-color: #FF068D;
}
.BgClassName
{
background-color: #FF068D;
}
</style>
border-color css
<style>
span { border-color: #FF068D; }
span { border-color: rgb(255,6,141); }
td.TdClassName
{
border-color: #FF068D;
}
.TagClassName
{
border-color: #FF068D;
}
</style>