Shades of Persian Rose #F420A5
Tints of Persian Rose #F420A5
RGB
CMYK
RGB Variations
Color information
#F420A5 (or 0xF420A5) is known color: Persian Rose. HEX triplet: F4, 20 and A5. RGB value is (244,32,165). Sum of RGB (Red+Green+Blue) = 244+32+165=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F420A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F420A5 is #0BDF5A. Grayscale: #6E6E6E. Windows color (decimal): -778075 or 10821876. OLE color: 10821876.
HSL color Cylindrical-coordinate representation of color #F420A5: hue angle of 322.36º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F420A5 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 165 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.04 |
| HSL | 322.36º | 0.91% | 0.54% | - |
| HSV(B) | 322.36º | 0.87% | 0.96% | - |
| XYZ | 44.62 | 22.98 | 37.68 | - |
| YUV | 110.55 | 158.74 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 165 | 0 | 0.87 | 0.32 | 0.04 | 322.36 | 0.91 | 0.54 |
| Hex | F4 | 20 | A5 | 0 | 57 | 20 | 4 | 142 | 5B | 36 |
| Octal | 364 | 40 | 245 | 0 | 127 | 40 | 4 | 502 | 133 | 66 |
| Binary | 11110100 | 100000 | 10100101 | 0 | 1010111 | 100000 | 100 | 101000010 | 1011011 | 110110 |
Color Harmonies of #F420A5
Complementary color
Monochromatic Colors of #F420A5
Black with #F420A5
Text Example
Text Example
White with #F420A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420A5; }
p { color: rgb(244,32,165); }
H1.HeaderClassName
{
color: #F420A5;
}
.AnyTagClassName
{
color: #F420A5;
}
</style>
background-color css
<style>
a { background-color: #F420A5; }
a { background-color: rgb(244,32,165); }
div.DivClassName
{
background-color: #F420A5;
}
.BgClassName
{
background-color: #F420A5;
}
</style>
border-color css
<style>
span { border-color: #F420A5; }
span { border-color: rgb(244,32,165); }
td.TdClassName
{
border-color: #F420A5;
}
.TagClassName
{
border-color: #F420A5;
}
</style>