Shades of Deep Pink #FF0685
Tints of Deep Pink #FF0685
RGB
CMYK
RGB Variations
Color information
#FF0685 (or 0xFF0685) is known color: Deep Pink. HEX triplet: FF, 06 and 85. RGB value is (255,6,133). Sum of RGB (Red+Green+Blue) = 255+6+133=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0685 is #00F97A. Grayscale: #5E5E5E. Windows color (decimal): -63867 or 8718079. OLE color: 8718079.
HSL color Cylindrical-coordinate representation of color #FF0685: hue angle of 329.4º 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 #FF0685 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 133 | - |
| CMYK | 0 | 0.98 | 0.48 | 0 |
| HSL | 329.4º | 1% | 0.51% | - |
| HSV(B) | 329.4º | 0.98% | 1% | - |
| XYZ | 45.54 | 23.08 | 24.25 | - |
| YUV | 94.93 | 149.49 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 133 | 0 | 0.98 | 0.48 | 0 | 329.4 | 1 | 0.51 |
| Hex | FF | 6 | 85 | 0 | 62 | 30 | 0 | 149 | 64 | 33 |
| Octal | 377 | 6 | 205 | 0 | 142 | 60 | 0 | 511 | 144 | 63 |
| Binary | 11111111 | 110 | 10000101 | 0 | 1100010 | 110000 | 0 | 101001001 | 1100100 | 110011 |
Color Harmonies of #FF0685
Complementary color
Monochromatic Colors of #FF0685
Black with #FF0685
Text Example
Text Example
White with #FF0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0685; }
p { color: rgb(255,6,133); }
H1.HeaderClassName
{
color: #FF0685;
}
.AnyTagClassName
{
color: #FF0685;
}
</style>
background-color css
<style>
a { background-color: #FF0685; }
a { background-color: rgb(255,6,133); }
div.DivClassName
{
background-color: #FF0685;
}
.BgClassName
{
background-color: #FF0685;
}
</style>
border-color css
<style>
span { border-color: #FF0685; }
span { border-color: rgb(255,6,133); }
td.TdClassName
{
border-color: #FF0685;
}
.TagClassName
{
border-color: #FF0685;
}
</style>