Shades of Deep Pink #FF0681
Tints of Deep Pink #FF0681
RGB
CMYK
RGB Variations
Color information
#FF0681 (or 0xFF0681) is known color: Deep Pink. HEX triplet: FF, 06 and 81. RGB value is (255,6,129). Sum of RGB (Red+Green+Blue) = 255+6+129=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0681 is #00F97E. Grayscale: #5E5E5E. Windows color (decimal): -63871 or 8455935. OLE color: 8455935.
HSL color Cylindrical-coordinate representation of color #FF0681: hue angle of 330.36º 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 #FF0681 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 129 | - |
| CMYK | 0 | 0.98 | 0.49 | 0 |
| HSL | 330.36º | 1% | 0.51% | - |
| HSV(B) | 330.36º | 0.98% | 1% | - |
| XYZ | 45.27 | 22.98 | 22.82 | - |
| YUV | 94.47 | 147.49 | 242.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 129 | 0 | 0.98 | 0.49 | 0 | 330.36 | 1 | 0.51 |
| Hex | FF | 6 | 81 | 0 | 62 | 31 | 0 | 14A | 64 | 33 |
| Octal | 377 | 6 | 201 | 0 | 142 | 61 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 110 | 10000001 | 0 | 1100010 | 110001 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0681
Complementary color
Monochromatic Colors of #FF0681
Black with #FF0681
Text Example
Text Example
White with #FF0681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0681; }
p { color: rgb(255,6,129); }
H1.HeaderClassName
{
color: #FF0681;
}
.AnyTagClassName
{
color: #FF0681;
}
</style>
background-color css
<style>
a { background-color: #FF0681; }
a { background-color: rgb(255,6,129); }
div.DivClassName
{
background-color: #FF0681;
}
.BgClassName
{
background-color: #FF0681;
}
</style>
border-color css
<style>
span { border-color: #FF0681; }
span { border-color: rgb(255,6,129); }
td.TdClassName
{
border-color: #FF0681;
}
.TagClassName
{
border-color: #FF0681;
}
</style>