Shades of Persian Rose #F12BA1
Tints of Persian Rose #F12BA1
RGB
CMYK
RGB Variations
Color information
#F12BA1 (or 0xF12BA1) is known color: Persian Rose. HEX triplet: F1, 2B and A1. RGB value is (241,43,161). Sum of RGB (Red+Green+Blue) = 241+43+161=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F12BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12BA1 is #0ED45E. Grayscale: #737373. Windows color (decimal): -971871 or 10562545. OLE color: 10562545.
HSL color Cylindrical-coordinate representation of color #F12BA1: hue angle of 324.24º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12BA1 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 161 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.05 |
| HSL | 324.24º | 0.88% | 0.56% | - |
| HSV(B) | 324.24º | 0.82% | 0.95% | - |
| XYZ | 43.57 | 23 | 35.86 | - |
| YUV | 115.65 | 153.6 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 161 | 0 | 0.82 | 0.33 | 0.05 | 324.24 | 0.88 | 0.56 |
| Hex | F1 | 2B | A1 | 0 | 52 | 21 | 5 | 144 | 58 | 38 |
| Octal | 361 | 53 | 241 | 0 | 122 | 41 | 5 | 504 | 130 | 70 |
| Binary | 11110001 | 101011 | 10100001 | 0 | 1010010 | 100001 | 101 | 101000100 | 1011000 | 111000 |
Color Harmonies of #F12BA1
Complementary color
Monochromatic Colors of #F12BA1
Black with #F12BA1
Text Example
Text Example
White with #F12BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12BA1; }
p { color: rgb(241,43,161); }
H1.HeaderClassName
{
color: #F12BA1;
}
.AnyTagClassName
{
color: #F12BA1;
}
</style>
background-color css
<style>
a { background-color: #F12BA1; }
a { background-color: rgb(241,43,161); }
div.DivClassName
{
background-color: #F12BA1;
}
.BgClassName
{
background-color: #F12BA1;
}
</style>
border-color css
<style>
span { border-color: #F12BA1; }
span { border-color: rgb(241,43,161); }
td.TdClassName
{
border-color: #F12BA1;
}
.TagClassName
{
border-color: #F12BA1;
}
</style>