Shades of Persian Rose #F12999
Tints of Persian Rose #F12999
RGB
CMYK
RGB Variations
Color information
#F12999 (or 0xF12999) is known color: Persian Rose. HEX triplet: F1, 29 and 99. RGB value is (241,41,153). Sum of RGB (Red+Green+Blue) = 241+41+153=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F12999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12999 is #0ED666. Grayscale: #717171. Windows color (decimal): -972391 or 10037745. OLE color: 10037745.
HSL color Cylindrical-coordinate representation of color #F12999: hue angle of 326.4º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12999 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 153 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.05 |
| HSL | 326.4º | 0.88% | 0.55% | - |
| HSV(B) | 326.4º | 0.83% | 0.95% | - |
| XYZ | 42.82 | 22.59 | 32.24 | - |
| YUV | 113.57 | 150.26 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 153 | 0 | 0.83 | 0.37 | 0.05 | 326.4 | 0.88 | 0.55 |
| Hex | F1 | 29 | 99 | 0 | 53 | 25 | 5 | 146 | 58 | 37 |
| Octal | 361 | 51 | 231 | 0 | 123 | 45 | 5 | 506 | 130 | 67 |
| Binary | 11110001 | 101001 | 10011001 | 0 | 1010011 | 100101 | 101 | 101000110 | 1011000 | 110111 |
Color Harmonies of #F12999
Complementary color
Monochromatic Colors of #F12999
Black with #F12999
Text Example
Text Example
White with #F12999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12999; }
p { color: rgb(241,41,153); }
H1.HeaderClassName
{
color: #F12999;
}
.AnyTagClassName
{
color: #F12999;
}
</style>
background-color css
<style>
a { background-color: #F12999; }
a { background-color: rgb(241,41,153); }
div.DivClassName
{
background-color: #F12999;
}
.BgClassName
{
background-color: #F12999;
}
</style>
border-color css
<style>
span { border-color: #F12999; }
span { border-color: rgb(241,41,153); }
td.TdClassName
{
border-color: #F12999;
}
.TagClassName
{
border-color: #F12999;
}
</style>