Shades of Persian Rose #FF2494
Tints of Persian Rose #FF2494
RGB
CMYK
RGB Variations
Color information
#FF2494 (or 0xFF2494) is known color: Persian Rose. HEX triplet: FF, 24 and 94. RGB value is (255,36,148). Sum of RGB (Red+Green+Blue) = 255+36+148=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2494 is #00DB6B. Grayscale: #727272. Windows color (decimal): -56172 or 9708799. OLE color: 9708799.
HSL color Cylindrical-coordinate representation of color #FF2494: hue angle of 329.32º 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 #FF2494 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 148 | - |
| CMYK | 0 | 0.86 | 0.42 | 0 |
| HSL | 329.32º | 1% | 0.57% | - |
| HSV(B) | 329.32º | 0.86% | 1% | - |
| XYZ | 47.22 | 24.66 | 30.29 | - |
| YUV | 114.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 148 | 0 | 0.86 | 0.42 | 0 | 329.32 | 1 | 0.57 |
| Hex | FF | 24 | 94 | 0 | 56 | 2A | 0 | 149 | 64 | 39 |
| Octal | 377 | 44 | 224 | 0 | 126 | 52 | 0 | 511 | 144 | 71 |
| Binary | 11111111 | 100100 | 10010100 | 0 | 1010110 | 101010 | 0 | 101001001 | 1100100 | 111001 |
Color Harmonies of #FF2494
Complementary color
Monochromatic Colors of #FF2494
Black with #FF2494
Text Example
Text Example
White with #FF2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2494; }
p { color: rgb(255,36,148); }
H1.HeaderClassName
{
color: #FF2494;
}
.AnyTagClassName
{
color: #FF2494;
}
</style>
background-color css
<style>
a { background-color: #FF2494; }
a { background-color: rgb(255,36,148); }
div.DivClassName
{
background-color: #FF2494;
}
.BgClassName
{
background-color: #FF2494;
}
</style>
border-color css
<style>
span { border-color: #FF2494; }
span { border-color: rgb(255,36,148); }
td.TdClassName
{
border-color: #FF2494;
}
.TagClassName
{
border-color: #FF2494;
}
</style>