Shades of Persian Rose #F12799
Tints of Persian Rose #F12799
RGB
CMYK
RGB Variations
Color information
#F12799 (or 0xF12799) is known color: Persian Rose. HEX triplet: F1, 27 and 99. RGB value is (241,39,153). Sum of RGB (Red+Green+Blue) = 241+39+153=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F12799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12799 is #0ED866. Grayscale: #707070. Windows color (decimal): -972903 or 10037233. OLE color: 10037233.
HSL color Cylindrical-coordinate representation of color #F12799: hue angle of 326.14º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12799 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 153 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.05 |
| HSL | 326.14º | 0.88% | 0.55% | - |
| HSV(B) | 326.14º | 0.84% | 0.95% | - |
| XYZ | 42.75 | 22.45 | 32.22 | - |
| YUV | 112.39 | 150.92 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 153 | 0 | 0.84 | 0.37 | 0.05 | 326.14 | 0.88 | 0.55 |
| Hex | F1 | 27 | 99 | 0 | 54 | 25 | 5 | 146 | 58 | 37 |
| Octal | 361 | 47 | 231 | 0 | 124 | 45 | 5 | 506 | 130 | 67 |
| Binary | 11110001 | 100111 | 10011001 | 0 | 1010100 | 100101 | 101 | 101000110 | 1011000 | 110111 |
Color Harmonies of #F12799
Complementary color
Monochromatic Colors of #F12799
Black with #F12799
Text Example
Text Example
White with #F12799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12799; }
p { color: rgb(241,39,153); }
H1.HeaderClassName
{
color: #F12799;
}
.AnyTagClassName
{
color: #F12799;
}
</style>
background-color css
<style>
a { background-color: #F12799; }
a { background-color: rgb(241,39,153); }
div.DivClassName
{
background-color: #F12799;
}
.BgClassName
{
background-color: #F12799;
}
</style>
border-color css
<style>
span { border-color: #F12799; }
span { border-color: rgb(241,39,153); }
td.TdClassName
{
border-color: #F12799;
}
.TagClassName
{
border-color: #F12799;
}
</style>