Shades of Deep Pink #FF2095
Tints of Deep Pink #FF2095
RGB
CMYK
RGB Variations
Color information
#FF2095 (or 0xFF2095) is known color: Deep Pink. HEX triplet: FF, 20 and 95. RGB value is (255,32,149). Sum of RGB (Red+Green+Blue) = 255+32+149=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2095 is #00DF6A. Grayscale: #6F6F6F. Windows color (decimal): -57195 or 9773311. OLE color: 9773311.
HSL color Cylindrical-coordinate representation of color #FF2095: hue angle of 328.52º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2095 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 149 | - |
| CMYK | 0 | 0.87 | 0.42 | 0 |
| HSL | 328.52º | 1% | 0.56% | - |
| HSV(B) | 328.52º | 0.87% | 1% | - |
| XYZ | 47.18 | 24.46 | 30.67 | - |
| YUV | 112.02 | 148.88 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 149 | 0 | 0.87 | 0.42 | 0 | 328.52 | 1 | 0.56 |
| Hex | FF | 20 | 95 | 0 | 57 | 2A | 0 | 149 | 64 | 38 |
| Octal | 377 | 40 | 225 | 0 | 127 | 52 | 0 | 511 | 144 | 70 |
| Binary | 11111111 | 100000 | 10010101 | 0 | 1010111 | 101010 | 0 | 101001001 | 1100100 | 111000 |
Color Harmonies of #FF2095
Complementary color
Monochromatic Colors of #FF2095
Black with #FF2095
Text Example
Text Example
White with #FF2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2095; }
p { color: rgb(255,32,149); }
H1.HeaderClassName
{
color: #FF2095;
}
.AnyTagClassName
{
color: #FF2095;
}
</style>
background-color css
<style>
a { background-color: #FF2095; }
a { background-color: rgb(255,32,149); }
div.DivClassName
{
background-color: #FF2095;
}
.BgClassName
{
background-color: #FF2095;
}
</style>
border-color css
<style>
span { border-color: #FF2095; }
span { border-color: rgb(255,32,149); }
td.TdClassName
{
border-color: #FF2095;
}
.TagClassName
{
border-color: #FF2095;
}
</style>