Shades of Persian Rose #FF249B
Tints of Persian Rose #FF249B
RGB
CMYK
RGB Variations
Color information
#FF249B (or 0xFF249B) is known color: Persian Rose. HEX triplet: FF, 24 and 9B. RGB value is (255,36,155). Sum of RGB (Red+Green+Blue) = 255+36+155=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF249B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF249B is #00DB64. Grayscale: #727272. Windows color (decimal): -56165 or 10167551. OLE color: 10167551.
HSL color Cylindrical-coordinate representation of color #FF249B: hue angle of 327.4º 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 #FF249B is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 155 | - |
| CMYK | 0 | 0.86 | 0.39 | 0 |
| HSL | 327.4º | 1% | 0.57% | - |
| HSV(B) | 327.4º | 0.86% | 1% | - |
| XYZ | 47.79 | 24.89 | 33.3 | - |
| YUV | 115.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 155 | 0 | 0.86 | 0.39 | 0 | 327.4 | 1 | 0.57 |
| Hex | FF | 24 | 9B | 0 | 56 | 27 | 0 | 147 | 64 | 39 |
| Octal | 377 | 44 | 233 | 0 | 126 | 47 | 0 | 507 | 144 | 71 |
| Binary | 11111111 | 100100 | 10011011 | 0 | 1010110 | 100111 | 0 | 101000111 | 1100100 | 111001 |
Color Harmonies of #FF249B
Complementary color
Monochromatic Colors of #FF249B
Black with #FF249B
Text Example
Text Example
White with #FF249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF249B; }
p { color: rgb(255,36,155); }
H1.HeaderClassName
{
color: #FF249B;
}
.AnyTagClassName
{
color: #FF249B;
}
</style>
background-color css
<style>
a { background-color: #FF249B; }
a { background-color: rgb(255,36,155); }
div.DivClassName
{
background-color: #FF249B;
}
.BgClassName
{
background-color: #FF249B;
}
</style>
border-color css
<style>
span { border-color: #FF249B; }
span { border-color: rgb(255,36,155); }
td.TdClassName
{
border-color: #FF249B;
}
.TagClassName
{
border-color: #FF249B;
}
</style>