Shades of Persian Rose #F12DA0
Tints of Persian Rose #F12DA0
RGB
CMYK
RGB Variations
Color information
#F12DA0 (or 0xF12DA0) is known color: Persian Rose. HEX triplet: F1, 2D and A0. RGB value is (241,45,160). Sum of RGB (Red+Green+Blue) = 241+45+160=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12DA0 is #0ED25F. Grayscale: #747474. Windows color (decimal): -971360 or 10497521. OLE color: 10497521.
HSL color Cylindrical-coordinate representation of color #F12DA0: hue angle of 324.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12DA0 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 160 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.05 |
| HSL | 324.8º | 0.88% | 0.56% | - |
| HSV(B) | 324.8º | 0.81% | 0.95% | - |
| XYZ | 43.56 | 23.12 | 35.42 | - |
| YUV | 116.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 160 | 0 | 0.81 | 0.34 | 0.05 | 324.8 | 0.88 | 0.56 |
| Hex | F1 | 2D | A0 | 0 | 51 | 22 | 5 | 145 | 58 | 38 |
| Octal | 361 | 55 | 240 | 0 | 121 | 42 | 5 | 505 | 130 | 70 |
| Binary | 11110001 | 101101 | 10100000 | 0 | 1010001 | 100010 | 101 | 101000101 | 1011000 | 111000 |
Color Harmonies of #F12DA0
Complementary color
Monochromatic Colors of #F12DA0
Black with #F12DA0
Text Example
Text Example
White with #F12DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DA0; }
p { color: rgb(241,45,160); }
H1.HeaderClassName
{
color: #F12DA0;
}
.AnyTagClassName
{
color: #F12DA0;
}
</style>
background-color css
<style>
a { background-color: #F12DA0; }
a { background-color: rgb(241,45,160); }
div.DivClassName
{
background-color: #F12DA0;
}
.BgClassName
{
background-color: #F12DA0;
}
</style>
border-color css
<style>
span { border-color: #F12DA0; }
span { border-color: rgb(241,45,160); }
td.TdClassName
{
border-color: #F12DA0;
}
.TagClassName
{
border-color: #F12DA0;
}
</style>