Shades of Persian Rose #F422A2
Tints of Persian Rose #F422A2
RGB
CMYK
RGB Variations
Color information
#F422A2 (or 0xF422A2) is known color: Persian Rose. HEX triplet: F4, 22 and A2. RGB value is (244,34,162). Sum of RGB (Red+Green+Blue) = 244+34+162=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F422A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F422A2 is #0BDD5D. Grayscale: #6F6F6F. Windows color (decimal): -777566 or 10625780. OLE color: 10625780.
HSL color Cylindrical-coordinate representation of color #F422A2: hue angle of 323.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F422A2 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 162 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.04 |
| HSL | 323.43º | 0.91% | 0.55% | - |
| HSV(B) | 323.43º | 0.86% | 0.96% | - |
| XYZ | 44.4 | 22.99 | 36.28 | - |
| YUV | 111.38 | 156.57 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 162 | 0 | 0.86 | 0.34 | 0.04 | 323.43 | 0.91 | 0.55 |
| Hex | F4 | 22 | A2 | 0 | 56 | 22 | 4 | 143 | 5B | 37 |
| Octal | 364 | 42 | 242 | 0 | 126 | 42 | 4 | 503 | 133 | 67 |
| Binary | 11110100 | 100010 | 10100010 | 0 | 1010110 | 100010 | 100 | 101000011 | 1011011 | 110111 |
Color Harmonies of #F422A2
Complementary color
Monochromatic Colors of #F422A2
Black with #F422A2
Text Example
Text Example
White with #F422A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F422A2; }
p { color: rgb(244,34,162); }
H1.HeaderClassName
{
color: #F422A2;
}
.AnyTagClassName
{
color: #F422A2;
}
</style>
background-color css
<style>
a { background-color: #F422A2; }
a { background-color: rgb(244,34,162); }
div.DivClassName
{
background-color: #F422A2;
}
.BgClassName
{
background-color: #F422A2;
}
</style>
border-color css
<style>
span { border-color: #F422A2; }
span { border-color: rgb(244,34,162); }
td.TdClassName
{
border-color: #F422A2;
}
.TagClassName
{
border-color: #F422A2;
}
</style>