Shades of Persian Rose #F12D9D
Tints of Persian Rose #F12D9D
RGB
CMYK
RGB Variations
Color information
#F12D9D (or 0xF12D9D) is known color: Persian Rose. HEX triplet: F1, 2D and 9D. RGB value is (241,45,157). Sum of RGB (Red+Green+Blue) = 241+45+157=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12D9D is #0ED262. Grayscale: #747474. Windows color (decimal): -971363 or 10300913. OLE color: 10300913.
HSL color Cylindrical-coordinate representation of color #F12D9D: hue angle of 325.71º 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 #F12D9D is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 157 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.05 |
| HSL | 325.71º | 0.88% | 0.56% | - |
| HSV(B) | 325.71º | 0.81% | 0.95% | - |
| XYZ | 43.3 | 23.01 | 34.06 | - |
| YUV | 116.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 157 | 0 | 0.81 | 0.35 | 0.05 | 325.71 | 0.88 | 0.56 |
| Hex | F1 | 2D | 9D | 0 | 51 | 23 | 5 | 146 | 58 | 38 |
| Octal | 361 | 55 | 235 | 0 | 121 | 43 | 5 | 506 | 130 | 70 |
| Binary | 11110001 | 101101 | 10011101 | 0 | 1010001 | 100011 | 101 | 101000110 | 1011000 | 111000 |
Color Harmonies of #F12D9D
Complementary color
Monochromatic Colors of #F12D9D
Black with #F12D9D
Text Example
Text Example
White with #F12D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D9D; }
p { color: rgb(241,45,157); }
H1.HeaderClassName
{
color: #F12D9D;
}
.AnyTagClassName
{
color: #F12D9D;
}
</style>
background-color css
<style>
a { background-color: #F12D9D; }
a { background-color: rgb(241,45,157); }
div.DivClassName
{
background-color: #F12D9D;
}
.BgClassName
{
background-color: #F12D9D;
}
</style>
border-color css
<style>
span { border-color: #F12D9D; }
span { border-color: rgb(241,45,157); }
td.TdClassName
{
border-color: #F12D9D;
}
.TagClassName
{
border-color: #F12D9D;
}
</style>