Shades of Persian Rose #F120A4
Tints of Persian Rose #F120A4
RGB
CMYK
RGB Variations
Color information
#F120A4 (or 0xF120A4) is known color: Persian Rose. HEX triplet: F1, 20 and A4. RGB value is (241,32,164). Sum of RGB (Red+Green+Blue) = 241+32+164=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F120A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F120A4 is #0EDF5B. Grayscale: #6D6D6D. Windows color (decimal): -974684 or 10756337. OLE color: 10756337.
HSL color Cylindrical-coordinate representation of color #F120A4: hue angle of 322.11º 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 #F120A4 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 164 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.05 |
| HSL | 322.11º | 0.88% | 0.54% | - |
| HSV(B) | 322.11º | 0.87% | 0.95% | - |
| XYZ | 43.49 | 22.41 | 37.16 | - |
| YUV | 109.54 | 158.74 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 164 | 0 | 0.87 | 0.32 | 0.05 | 322.11 | 0.88 | 0.54 |
| Hex | F1 | 20 | A4 | 0 | 57 | 20 | 5 | 142 | 58 | 36 |
| Octal | 361 | 40 | 244 | 0 | 127 | 40 | 5 | 502 | 130 | 66 |
| Binary | 11110001 | 100000 | 10100100 | 0 | 1010111 | 100000 | 101 | 101000010 | 1011000 | 110110 |
Color Harmonies of #F120A4
Complementary color
Monochromatic Colors of #F120A4
Black with #F120A4
Text Example
Text Example
White with #F120A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120A4; }
p { color: rgb(241,32,164); }
H1.HeaderClassName
{
color: #F120A4;
}
.AnyTagClassName
{
color: #F120A4;
}
</style>
background-color css
<style>
a { background-color: #F120A4; }
a { background-color: rgb(241,32,164); }
div.DivClassName
{
background-color: #F120A4;
}
.BgClassName
{
background-color: #F120A4;
}
</style>
border-color css
<style>
span { border-color: #F120A4; }
span { border-color: rgb(241,32,164); }
td.TdClassName
{
border-color: #F120A4;
}
.TagClassName
{
border-color: #F120A4;
}
</style>