Shades of Persian Rose #F42499
Tints of Persian Rose #F42499
RGB
CMYK
RGB Variations
Color information
#F42499 (or 0xF42499) is known color: Persian Rose. HEX triplet: F4, 24 and 99. RGB value is (244,36,153). Sum of RGB (Red+Green+Blue) = 244+36+153=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F42499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42499 is #0BDB66. Grayscale: #6F6F6F. Windows color (decimal): -777063 or 10036468. OLE color: 10036468.
HSL color Cylindrical-coordinate representation of color #F42499: hue angle of 326.25º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42499 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 153 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.04 |
| HSL | 326.25º | 0.9% | 0.55% | - |
| HSV(B) | 326.25º | 0.85% | 0.96% | - |
| XYZ | 43.69 | 22.79 | 32.23 | - |
| YUV | 111.53 | 151.41 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 153 | 0 | 0.85 | 0.37 | 0.04 | 326.25 | 0.9 | 0.55 |
| Hex | F4 | 24 | 99 | 0 | 55 | 25 | 4 | 146 | 5A | 37 |
| Octal | 364 | 44 | 231 | 0 | 125 | 45 | 4 | 506 | 132 | 67 |
| Binary | 11110100 | 100100 | 10011001 | 0 | 1010101 | 100101 | 100 | 101000110 | 1011010 | 110111 |
Color Harmonies of #F42499
Complementary color
Monochromatic Colors of #F42499
Black with #F42499
Text Example
Text Example
White with #F42499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42499; }
p { color: rgb(244,36,153); }
H1.HeaderClassName
{
color: #F42499;
}
.AnyTagClassName
{
color: #F42499;
}
</style>
background-color css
<style>
a { background-color: #F42499; }
a { background-color: rgb(244,36,153); }
div.DivClassName
{
background-color: #F42499;
}
.BgClassName
{
background-color: #F42499;
}
</style>
border-color css
<style>
span { border-color: #F42499; }
span { border-color: rgb(244,36,153); }
td.TdClassName
{
border-color: #F42499;
}
.TagClassName
{
border-color: #F42499;
}
</style>