Shades of Persian Rose #F12199
Tints of Persian Rose #F12199
RGB
CMYK
RGB Variations
Color information
#F12199 (or 0xF12199) is known color: Persian Rose. HEX triplet: F1, 21 and 99. RGB value is (241,33,153). Sum of RGB (Red+Green+Blue) = 241+33+153=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F12199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12199 is #0EDE66. Grayscale: #6C6C6C. Windows color (decimal): -974439 or 10035697. OLE color: 10035697.
HSL color Cylindrical-coordinate representation of color #F12199: hue angle of 325.38º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12199 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 153 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.05 |
| HSL | 325.38º | 0.88% | 0.54% | - |
| HSV(B) | 325.38º | 0.86% | 0.95% | - |
| XYZ | 42.57 | 22.09 | 32.16 | - |
| YUV | 108.87 | 152.91 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 153 | 0 | 0.86 | 0.37 | 0.05 | 325.38 | 0.88 | 0.54 |
| Hex | F1 | 21 | 99 | 0 | 56 | 25 | 5 | 145 | 58 | 36 |
| Octal | 361 | 41 | 231 | 0 | 126 | 45 | 5 | 505 | 130 | 66 |
| Binary | 11110001 | 100001 | 10011001 | 0 | 1010110 | 100101 | 101 | 101000101 | 1011000 | 110110 |
Color Harmonies of #F12199
Complementary color
Monochromatic Colors of #F12199
Black with #F12199
Text Example
Text Example
White with #F12199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12199; }
p { color: rgb(241,33,153); }
H1.HeaderClassName
{
color: #F12199;
}
.AnyTagClassName
{
color: #F12199;
}
</style>
background-color css
<style>
a { background-color: #F12199; }
a { background-color: rgb(241,33,153); }
div.DivClassName
{
background-color: #F12199;
}
.BgClassName
{
background-color: #F12199;
}
</style>
border-color css
<style>
span { border-color: #F12199; }
span { border-color: rgb(241,33,153); }
td.TdClassName
{
border-color: #F12199;
}
.TagClassName
{
border-color: #F12199;
}
</style>