Shades of Deep Pink #FF0695
Tints of Deep Pink #FF0695
RGB
CMYK
RGB Variations
Color information
#FF0695 (or 0xFF0695) is known color: Deep Pink. HEX triplet: FF, 06 and 95. RGB value is (255,6,149). Sum of RGB (Red+Green+Blue) = 255+6+149=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0695 is #00F96A. Grayscale: #606060. Windows color (decimal): -63851 or 9766655. OLE color: 9766655.
HSL color Cylindrical-coordinate representation of color #FF0695: hue angle of 325.54º 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 #FF0695 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 149 | - |
| CMYK | 0 | 0.98 | 0.42 | 0 |
| HSL | 325.54º | 1% | 0.51% | - |
| HSV(B) | 325.54º | 0.98% | 1% | - |
| XYZ | 46.73 | 23.56 | 30.52 | - |
| YUV | 96.75 | 157.49 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 149 | 0 | 0.98 | 0.42 | 0 | 325.54 | 1 | 0.51 |
| Hex | FF | 6 | 95 | 0 | 62 | 2A | 0 | 146 | 64 | 33 |
| Octal | 377 | 6 | 225 | 0 | 142 | 52 | 0 | 506 | 144 | 63 |
| Binary | 11111111 | 110 | 10010101 | 0 | 1100010 | 101010 | 0 | 101000110 | 1100100 | 110011 |
Color Harmonies of #FF0695
Complementary color
Monochromatic Colors of #FF0695
Black with #FF0695
Text Example
Text Example
White with #FF0695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0695; }
p { color: rgb(255,6,149); }
H1.HeaderClassName
{
color: #FF0695;
}
.AnyTagClassName
{
color: #FF0695;
}
</style>
background-color css
<style>
a { background-color: #FF0695; }
a { background-color: rgb(255,6,149); }
div.DivClassName
{
background-color: #FF0695;
}
.BgClassName
{
background-color: #FF0695;
}
</style>
border-color css
<style>
span { border-color: #FF0695; }
span { border-color: rgb(255,6,149); }
td.TdClassName
{
border-color: #FF0695;
}
.TagClassName
{
border-color: #FF0695;
}
</style>