Shades of Persian Rose #FF2595
Tints of Persian Rose #FF2595
RGB
CMYK
RGB Variations
Color information
#FF2595 (or 0xFF2595) is known color: Persian Rose. HEX triplet: FF, 25 and 95. RGB value is (255,37,149). Sum of RGB (Red+Green+Blue) = 255+37+149=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2595 is #00DA6A. Grayscale: #727272. Windows color (decimal): -55915 or 9774591. OLE color: 9774591.
HSL color Cylindrical-coordinate representation of color #FF2595: hue angle of 329.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2595 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 149 | - |
| CMYK | 0 | 0.85 | 0.42 | 0 |
| HSL | 329.17º | 1% | 0.57% | - |
| HSV(B) | 329.17º | 0.85% | 1% | - |
| XYZ | 47.33 | 24.75 | 30.72 | - |
| YUV | 114.95 | 147.22 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 149 | 0 | 0.85 | 0.42 | 0 | 329.17 | 1 | 0.57 |
| Hex | FF | 25 | 95 | 0 | 55 | 2A | 0 | 149 | 64 | 39 |
| Octal | 377 | 45 | 225 | 0 | 125 | 52 | 0 | 511 | 144 | 71 |
| Binary | 11111111 | 100101 | 10010101 | 0 | 1010101 | 101010 | 0 | 101001001 | 1100100 | 111001 |
Color Harmonies of #FF2595
Complementary color
Monochromatic Colors of #FF2595
Black with #FF2595
Text Example
Text Example
White with #FF2595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2595; }
p { color: rgb(255,37,149); }
H1.HeaderClassName
{
color: #FF2595;
}
.AnyTagClassName
{
color: #FF2595;
}
</style>
background-color css
<style>
a { background-color: #FF2595; }
a { background-color: rgb(255,37,149); }
div.DivClassName
{
background-color: #FF2595;
}
.BgClassName
{
background-color: #FF2595;
}
</style>
border-color css
<style>
span { border-color: #FF2595; }
span { border-color: rgb(255,37,149); }
td.TdClassName
{
border-color: #FF2595;
}
.TagClassName
{
border-color: #FF2595;
}
</style>