Shades of Persian Rose #FF2496
Tints of Persian Rose #FF2496
RGB
CMYK
RGB Variations
Color information
#FF2496 (or 0xFF2496) is known color: Persian Rose. HEX triplet: FF, 24 and 96. RGB value is (255,36,150). Sum of RGB (Red+Green+Blue) = 255+36+150=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2496 is #00DB69. Grayscale: #727272. Windows color (decimal): -56170 or 9839871. OLE color: 9839871.
HSL color Cylindrical-coordinate representation of color #FF2496: hue angle of 328.77º 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 #FF2496 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 150 | - |
| CMYK | 0 | 0.86 | 0.41 | 0 |
| HSL | 328.77º | 1% | 0.57% | - |
| HSV(B) | 328.77º | 0.86% | 1% | - |
| XYZ | 47.38 | 24.72 | 31.13 | - |
| YUV | 114.48 | 148.05 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 150 | 0 | 0.86 | 0.41 | 0 | 328.77 | 1 | 0.57 |
| Hex | FF | 24 | 96 | 0 | 56 | 29 | 0 | 149 | 64 | 39 |
| Octal | 377 | 44 | 226 | 0 | 126 | 51 | 0 | 511 | 144 | 71 |
| Binary | 11111111 | 100100 | 10010110 | 0 | 1010110 | 101001 | 0 | 101001001 | 1100100 | 111001 |
Color Harmonies of #FF2496
Complementary color
Monochromatic Colors of #FF2496
Black with #FF2496
Text Example
Text Example
White with #FF2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2496; }
p { color: rgb(255,36,150); }
H1.HeaderClassName
{
color: #FF2496;
}
.AnyTagClassName
{
color: #FF2496;
}
</style>
background-color css
<style>
a { background-color: #FF2496; }
a { background-color: rgb(255,36,150); }
div.DivClassName
{
background-color: #FF2496;
}
.BgClassName
{
background-color: #FF2496;
}
</style>
border-color css
<style>
span { border-color: #FF2496; }
span { border-color: rgb(255,36,150); }
td.TdClassName
{
border-color: #FF2496;
}
.TagClassName
{
border-color: #FF2496;
}
</style>