Shades of Persian Rose #F120A0
Tints of Persian Rose #F120A0
RGB
CMYK
RGB Variations
Color information
#F120A0 (or 0xF120A0) is known color: Persian Rose. HEX triplet: F1, 20 and A0. RGB value is (241,32,160). Sum of RGB (Red+Green+Blue) = 241+32+160=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F120A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F120A0 is #0EDF5F. Grayscale: #6C6C6C. Windows color (decimal): -974688 or 10494193. OLE color: 10494193.
HSL color Cylindrical-coordinate representation of color #F120A0: hue angle of 323.25º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120A0 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 160 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.05 |
| HSL | 323.25º | 0.88% | 0.54% | - |
| HSV(B) | 323.25º | 0.87% | 0.95% | - |
| XYZ | 43.14 | 22.27 | 35.28 | - |
| YUV | 109.08 | 156.74 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 160 | 0 | 0.87 | 0.34 | 0.05 | 323.25 | 0.88 | 0.54 |
| Hex | F1 | 20 | A0 | 0 | 57 | 22 | 5 | 143 | 58 | 36 |
| Octal | 361 | 40 | 240 | 0 | 127 | 42 | 5 | 503 | 130 | 66 |
| Binary | 11110001 | 100000 | 10100000 | 0 | 1010111 | 100010 | 101 | 101000011 | 1011000 | 110110 |
Color Harmonies of #F120A0
Complementary color
Monochromatic Colors of #F120A0
Black with #F120A0
Text Example
Text Example
White with #F120A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120A0; }
p { color: rgb(241,32,160); }
H1.HeaderClassName
{
color: #F120A0;
}
.AnyTagClassName
{
color: #F120A0;
}
</style>
background-color css
<style>
a { background-color: #F120A0; }
a { background-color: rgb(241,32,160); }
div.DivClassName
{
background-color: #F120A0;
}
.BgClassName
{
background-color: #F120A0;
}
</style>
border-color css
<style>
span { border-color: #F120A0; }
span { border-color: rgb(241,32,160); }
td.TdClassName
{
border-color: #F120A0;
}
.TagClassName
{
border-color: #F120A0;
}
</style>