Shades of Persian Rose #F12FA5
Tints of Persian Rose #F12FA5
RGB
CMYK
RGB Variations
Color information
#F12FA5 (or 0xF12FA5) is known color: Persian Rose. HEX triplet: F1, 2F and A5. RGB value is (241,47,165). Sum of RGB (Red+Green+Blue) = 241+47+165=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12FA5 is #0ED05A. Grayscale: #767676. Windows color (decimal): -970843 or 10825713. OLE color: 10825713.
HSL color Cylindrical-coordinate representation of color #F12FA5: hue angle of 323.51º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12FA5 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 165 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.05 |
| HSL | 323.51º | 0.87% | 0.56% | - |
| HSV(B) | 323.51º | 0.8% | 0.95% | - |
| XYZ | 44.08 | 23.45 | 37.8 | - |
| YUV | 118.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 165 | 0 | 0.80 | 0.32 | 0.05 | 323.51 | 0.87 | 0.56 |
| Hex | F1 | 2F | A5 | 0 | 50 | 20 | 5 | 144 | 57 | 38 |
| Octal | 361 | 57 | 245 | 0 | 120 | 40 | 5 | 504 | 127 | 70 |
| Binary | 11110001 | 101111 | 10100101 | 0 | 1010000 | 100000 | 101 | 101000100 | 1010111 | 111000 |
Color Harmonies of #F12FA5
Complementary color
Monochromatic Colors of #F12FA5
Black with #F12FA5
Text Example
Text Example
White with #F12FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12FA5; }
p { color: rgb(241,47,165); }
H1.HeaderClassName
{
color: #F12FA5;
}
.AnyTagClassName
{
color: #F12FA5;
}
</style>
background-color css
<style>
a { background-color: #F12FA5; }
a { background-color: rgb(241,47,165); }
div.DivClassName
{
background-color: #F12FA5;
}
.BgClassName
{
background-color: #F12FA5;
}
</style>
border-color css
<style>
span { border-color: #F12FA5; }
span { border-color: rgb(241,47,165); }
td.TdClassName
{
border-color: #F12FA5;
}
.TagClassName
{
border-color: #F12FA5;
}
</style>