Shades of Persian Rose #F4249C
Tints of Persian Rose #F4249C
RGB
CMYK
RGB Variations
Color information
#F4249C (or 0xF4249C) is known color: Persian Rose. HEX triplet: F4, 24 and 9C. RGB value is (244,36,156). Sum of RGB (Red+Green+Blue) = 244+36+156=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4249C is #0BDB63. Grayscale: #6F6F6F. Windows color (decimal): -777060 or 10233076. OLE color: 10233076.
HSL color Cylindrical-coordinate representation of color #F4249C: hue angle of 325.38º 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 #F4249C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 156 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.04 |
| HSL | 325.38º | 0.9% | 0.55% | - |
| HSV(B) | 325.38º | 0.85% | 0.96% | - |
| XYZ | 43.94 | 22.9 | 33.56 | - |
| YUV | 111.87 | 152.91 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 156 | 0 | 0.85 | 0.36 | 0.04 | 325.38 | 0.9 | 0.55 |
| Hex | F4 | 24 | 9C | 0 | 55 | 24 | 4 | 145 | 5A | 37 |
| Octal | 364 | 44 | 234 | 0 | 125 | 44 | 4 | 505 | 132 | 67 |
| Binary | 11110100 | 100100 | 10011100 | 0 | 1010101 | 100100 | 100 | 101000101 | 1011010 | 110111 |
Color Harmonies of #F4249C
Complementary color
Monochromatic Colors of #F4249C
Black with #F4249C
Text Example
Text Example
White with #F4249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4249C; }
p { color: rgb(244,36,156); }
H1.HeaderClassName
{
color: #F4249C;
}
.AnyTagClassName
{
color: #F4249C;
}
</style>
background-color css
<style>
a { background-color: #F4249C; }
a { background-color: rgb(244,36,156); }
div.DivClassName
{
background-color: #F4249C;
}
.BgClassName
{
background-color: #F4249C;
}
</style>
border-color css
<style>
span { border-color: #F4249C; }
span { border-color: rgb(244,36,156); }
td.TdClassName
{
border-color: #F4249C;
}
.TagClassName
{
border-color: #F4249C;
}
</style>