Shades of Persian Rose #FF249F
Tints of Persian Rose #FF249F
RGB
CMYK
RGB Variations
Color information
#FF249F (or 0xFF249F) is known color: Persian Rose. HEX triplet: FF, 24 and 9F. RGB value is (255,36,159). Sum of RGB (Red+Green+Blue) = 255+36+159=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF249F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF249F is #00DB60. Grayscale: #737373. Windows color (decimal): -56161 or 10429695. OLE color: 10429695.
HSL color Cylindrical-coordinate representation of color #FF249F: hue angle of 326.3º 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 #FF249F is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 159 | - |
| CMYK | 0 | 0.86 | 0.38 | 0 |
| HSL | 326.3º | 1% | 0.57% | - |
| HSV(B) | 326.3º | 0.86% | 1% | - |
| XYZ | 48.13 | 25.02 | 35.09 | - |
| YUV | 115.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 159 | 0 | 0.86 | 0.38 | 0 | 326.3 | 1 | 0.57 |
| Hex | FF | 24 | 9F | 0 | 56 | 26 | 0 | 146 | 64 | 39 |
| Octal | 377 | 44 | 237 | 0 | 126 | 46 | 0 | 506 | 144 | 71 |
| Binary | 11111111 | 100100 | 10011111 | 0 | 1010110 | 100110 | 0 | 101000110 | 1100100 | 111001 |
Color Harmonies of #FF249F
Complementary color
Monochromatic Colors of #FF249F
Black with #FF249F
Text Example
Text Example
White with #FF249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF249F; }
p { color: rgb(255,36,159); }
H1.HeaderClassName
{
color: #FF249F;
}
.AnyTagClassName
{
color: #FF249F;
}
</style>
background-color css
<style>
a { background-color: #FF249F; }
a { background-color: rgb(255,36,159); }
div.DivClassName
{
background-color: #FF249F;
}
.BgClassName
{
background-color: #FF249F;
}
</style>
border-color css
<style>
span { border-color: #FF249F; }
span { border-color: rgb(255,36,159); }
td.TdClassName
{
border-color: #FF249F;
}
.TagClassName
{
border-color: #FF249F;
}
</style>