Shades of Persian Rose #F124A0
Tints of Persian Rose #F124A0
RGB
CMYK
RGB Variations
Color information
#F124A0 (or 0xF124A0) is known color: Persian Rose. HEX triplet: F1, 24 and A0. RGB value is (241,36,160). Sum of RGB (Red+Green+Blue) = 241+36+160=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F124A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F124A0 is #0EDB5F. Grayscale: #6F6F6F. Windows color (decimal): -973664 or 10495217. OLE color: 10495217.
HSL color Cylindrical-coordinate representation of color #F124A0: hue angle of 323.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F124A0 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 160 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.05 |
| HSL | 323.71º | 0.88% | 0.54% | - |
| HSV(B) | 323.71º | 0.85% | 0.95% | - |
| XYZ | 43.25 | 22.5 | 35.32 | - |
| YUV | 111.43 | 155.42 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 160 | 0 | 0.85 | 0.34 | 0.05 | 323.71 | 0.88 | 0.54 |
| Hex | F1 | 24 | A0 | 0 | 55 | 22 | 5 | 144 | 58 | 36 |
| Octal | 361 | 44 | 240 | 0 | 125 | 42 | 5 | 504 | 130 | 66 |
| Binary | 11110001 | 100100 | 10100000 | 0 | 1010101 | 100010 | 101 | 101000100 | 1011000 | 110110 |
Color Harmonies of #F124A0
Complementary color
Monochromatic Colors of #F124A0
Black with #F124A0
Text Example
Text Example
White with #F124A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124A0; }
p { color: rgb(241,36,160); }
H1.HeaderClassName
{
color: #F124A0;
}
.AnyTagClassName
{
color: #F124A0;
}
</style>
background-color css
<style>
a { background-color: #F124A0; }
a { background-color: rgb(241,36,160); }
div.DivClassName
{
background-color: #F124A0;
}
.BgClassName
{
background-color: #F124A0;
}
</style>
border-color css
<style>
span { border-color: #F124A0; }
span { border-color: rgb(241,36,160); }
td.TdClassName
{
border-color: #F124A0;
}
.TagClassName
{
border-color: #F124A0;
}
</style>