Shades of Persian Rose #F12E9C
Tints of Persian Rose #F12E9C
RGB
CMYK
RGB Variations
Color information
#F12E9C (or 0xF12E9C) is known color: Persian Rose. HEX triplet: F1, 2E and 9C. RGB value is (241,46,156). Sum of RGB (Red+Green+Blue) = 241+46+156=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12E9C is #0ED163. Grayscale: #747474. Windows color (decimal): -971108 or 10235633. OLE color: 10235633.
HSL color Cylindrical-coordinate representation of color #F12E9C: hue angle of 326.15º degrees, saturation: 0.87, 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 #F12E9C is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 156 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.05 |
| HSL | 326.15º | 0.87% | 0.56% | - |
| HSV(B) | 326.15º | 0.81% | 0.95% | - |
| XYZ | 43.25 | 23.06 | 33.62 | - |
| YUV | 116.85 | 150.1 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 156 | 0 | 0.81 | 0.35 | 0.05 | 326.15 | 0.87 | 0.56 |
| Hex | F1 | 2E | 9C | 0 | 51 | 23 | 5 | 146 | 57 | 38 |
| Octal | 361 | 56 | 234 | 0 | 121 | 43 | 5 | 506 | 127 | 70 |
| Binary | 11110001 | 101110 | 10011100 | 0 | 1010001 | 100011 | 101 | 101000110 | 1010111 | 111000 |
Color Harmonies of #F12E9C
Complementary color
Monochromatic Colors of #F12E9C
Black with #F12E9C
Text Example
Text Example
White with #F12E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12E9C; }
p { color: rgb(241,46,156); }
H1.HeaderClassName
{
color: #F12E9C;
}
.AnyTagClassName
{
color: #F12E9C;
}
</style>
background-color css
<style>
a { background-color: #F12E9C; }
a { background-color: rgb(241,46,156); }
div.DivClassName
{
background-color: #F12E9C;
}
.BgClassName
{
background-color: #F12E9C;
}
</style>
border-color css
<style>
span { border-color: #F12E9C; }
span { border-color: rgb(241,46,156); }
td.TdClassName
{
border-color: #F12E9C;
}
.TagClassName
{
border-color: #F12E9C;
}
</style>