Shades of Persian Rose #F12D9F
Tints of Persian Rose #F12D9F
RGB
CMYK
RGB Variations
Color information
#F12D9F (or 0xF12D9F) is known color: Persian Rose. HEX triplet: F1, 2D and 9F. RGB value is (241,45,159). Sum of RGB (Red+Green+Blue) = 241+45+159=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12D9F is #0ED260. Grayscale: #747474. Windows color (decimal): -971361 or 10431985. OLE color: 10431985.
HSL color Cylindrical-coordinate representation of color #F12D9F: hue angle of 325.1º 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 #F12D9F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 159 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.05 |
| HSL | 325.1º | 0.88% | 0.56% | - |
| HSV(B) | 325.1º | 0.81% | 0.95% | - |
| XYZ | 43.47 | 23.08 | 34.96 | - |
| YUV | 116.6 | 151.93 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 159 | 0 | 0.81 | 0.34 | 0.05 | 325.1 | 0.88 | 0.56 |
| Hex | F1 | 2D | 9F | 0 | 51 | 22 | 5 | 145 | 58 | 38 |
| Octal | 361 | 55 | 237 | 0 | 121 | 42 | 5 | 505 | 130 | 70 |
| Binary | 11110001 | 101101 | 10011111 | 0 | 1010001 | 100010 | 101 | 101000101 | 1011000 | 111000 |
Color Harmonies of #F12D9F
Complementary color
Monochromatic Colors of #F12D9F
Black with #F12D9F
Text Example
Text Example
White with #F12D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D9F; }
p { color: rgb(241,45,159); }
H1.HeaderClassName
{
color: #F12D9F;
}
.AnyTagClassName
{
color: #F12D9F;
}
</style>
background-color css
<style>
a { background-color: #F12D9F; }
a { background-color: rgb(241,45,159); }
div.DivClassName
{
background-color: #F12D9F;
}
.BgClassName
{
background-color: #F12D9F;
}
</style>
border-color css
<style>
span { border-color: #F12D9F; }
span { border-color: rgb(241,45,159); }
td.TdClassName
{
border-color: #F12D9F;
}
.TagClassName
{
border-color: #F12D9F;
}
</style>