Shades of Persian Rose #F42495
Tints of Persian Rose #F42495
RGB
CMYK
RGB Variations
Color information
#F42495 (or 0xF42495) is known color: Persian Rose. HEX triplet: F4, 24 and 95. RGB value is (244,36,149). Sum of RGB (Red+Green+Blue) = 244+36+149=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F42495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42495 is #0BDB6A. Grayscale: #6E6E6E. Windows color (decimal): -777067 or 9774324. OLE color: 9774324.
HSL color Cylindrical-coordinate representation of color #F42495: hue angle of 327.4º 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 #F42495 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 149 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.04 |
| HSL | 327.4º | 0.9% | 0.55% | - |
| HSV(B) | 327.4º | 0.85% | 0.96% | - |
| XYZ | 43.36 | 22.66 | 30.52 | - |
| YUV | 111.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 149 | 0 | 0.85 | 0.39 | 0.04 | 327.4 | 0.9 | 0.55 |
| Hex | F4 | 24 | 95 | 0 | 55 | 27 | 4 | 147 | 5A | 37 |
| Octal | 364 | 44 | 225 | 0 | 125 | 47 | 4 | 507 | 132 | 67 |
| Binary | 11110100 | 100100 | 10010101 | 0 | 1010101 | 100111 | 100 | 101000111 | 1011010 | 110111 |
Color Harmonies of #F42495
Complementary color
Monochromatic Colors of #F42495
Black with #F42495
Text Example
Text Example
White with #F42495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42495; }
p { color: rgb(244,36,149); }
H1.HeaderClassName
{
color: #F42495;
}
.AnyTagClassName
{
color: #F42495;
}
</style>
background-color css
<style>
a { background-color: #F42495; }
a { background-color: rgb(244,36,149); }
div.DivClassName
{
background-color: #F42495;
}
.BgClassName
{
background-color: #F42495;
}
</style>
border-color css
<style>
span { border-color: #F42495; }
span { border-color: rgb(244,36,149); }
td.TdClassName
{
border-color: #F42495;
}
.TagClassName
{
border-color: #F42495;
}
</style>