Shades of Persian Rose #F12295
Tints of Persian Rose #F12295
RGB
CMYK
RGB Variations
Color information
#F12295 (or 0xF12295) is known color: Persian Rose. HEX triplet: F1, 22 and 95. RGB value is (241,34,149). Sum of RGB (Red+Green+Blue) = 241+34+149=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F12295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12295 is #0EDD6A. Grayscale: #6C6C6C. Windows color (decimal): -974187 or 9773809. OLE color: 9773809.
HSL color Cylindrical-coordinate representation of color #F12295: hue angle of 326.67º 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 #F12295 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 149 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.05 |
| HSL | 326.67º | 0.88% | 0.54% | - |
| HSV(B) | 326.67º | 0.86% | 0.95% | - |
| XYZ | 42.27 | 22.01 | 30.46 | - |
| YUV | 109 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 149 | 0 | 0.86 | 0.38 | 0.05 | 326.67 | 0.88 | 0.54 |
| Hex | F1 | 22 | 95 | 0 | 56 | 26 | 5 | 147 | 58 | 36 |
| Octal | 361 | 42 | 225 | 0 | 126 | 46 | 5 | 507 | 130 | 66 |
| Binary | 11110001 | 100010 | 10010101 | 0 | 1010110 | 100110 | 101 | 101000111 | 1011000 | 110110 |
Color Harmonies of #F12295
Complementary color
Monochromatic Colors of #F12295
Black with #F12295
Text Example
Text Example
White with #F12295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12295; }
p { color: rgb(241,34,149); }
H1.HeaderClassName
{
color: #F12295;
}
.AnyTagClassName
{
color: #F12295;
}
</style>
background-color css
<style>
a { background-color: #F12295; }
a { background-color: rgb(241,34,149); }
div.DivClassName
{
background-color: #F12295;
}
.BgClassName
{
background-color: #F12295;
}
</style>
border-color css
<style>
span { border-color: #F12295; }
span { border-color: rgb(241,34,149); }
td.TdClassName
{
border-color: #F12295;
}
.TagClassName
{
border-color: #F12295;
}
</style>