Shades of Persian Rose #FF2495
Tints of Persian Rose #FF2495
RGB
CMYK
RGB Variations
Color information
#FF2495 (or 0xFF2495) is known color: Persian Rose. HEX triplet: FF, 24 and 95. RGB value is (255,36,149). Sum of RGB (Red+Green+Blue) = 255+36+149=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2495 is #00DB6A. Grayscale: #727272. Windows color (decimal): -56171 or 9774335. OLE color: 9774335.
HSL color Cylindrical-coordinate representation of color #FF2495: hue angle of 329.04º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2495 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 149 | - |
| CMYK | 0 | 0.86 | 0.42 | 0 |
| HSL | 329.04º | 1% | 0.57% | - |
| HSV(B) | 329.04º | 0.86% | 1% | - |
| XYZ | 47.3 | 24.69 | 30.71 | - |
| YUV | 114.36 | 147.55 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 149 | 0 | 0.86 | 0.42 | 0 | 329.04 | 1 | 0.57 |
| Hex | FF | 24 | 95 | 0 | 56 | 2A | 0 | 149 | 64 | 39 |
| Octal | 377 | 44 | 225 | 0 | 126 | 52 | 0 | 511 | 144 | 71 |
| Binary | 11111111 | 100100 | 10010101 | 0 | 1010110 | 101010 | 0 | 101001001 | 1100100 | 111001 |
Color Harmonies of #FF2495
Complementary color
Monochromatic Colors of #FF2495
Black with #FF2495
Text Example
Text Example
White with #FF2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2495; }
p { color: rgb(255,36,149); }
H1.HeaderClassName
{
color: #FF2495;
}
.AnyTagClassName
{
color: #FF2495;
}
</style>
background-color css
<style>
a { background-color: #FF2495; }
a { background-color: rgb(255,36,149); }
div.DivClassName
{
background-color: #FF2495;
}
.BgClassName
{
background-color: #FF2495;
}
</style>
border-color css
<style>
span { border-color: #FF2495; }
span { border-color: rgb(255,36,149); }
td.TdClassName
{
border-color: #FF2495;
}
.TagClassName
{
border-color: #FF2495;
}
</style>