Shades of Persian Rose #F622A2
Tints of Persian Rose #F622A2
RGB
CMYK
RGB Variations
Color information
#F622A2 (or 0xF622A2) is known color: Persian Rose. HEX triplet: F6, 22 and A2. RGB value is (246,34,162). Sum of RGB (Red+Green+Blue) = 246+34+162=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F622A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F622A2 is #09DD5D. Grayscale: #6F6F6F. Windows color (decimal): -646494 or 10625782. OLE color: 10625782.
HSL color Cylindrical-coordinate representation of color #F622A2: hue angle of 323.77º degrees, saturation: 0.92, 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 #F622A2 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 162 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.04 |
| HSL | 323.77º | 0.92% | 0.55% | - |
| HSV(B) | 323.77º | 0.86% | 0.96% | - |
| XYZ | 45.1 | 23.35 | 36.31 | - |
| YUV | 111.98 | 156.24 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 162 | 0 | 0.86 | 0.34 | 0.04 | 323.77 | 0.92 | 0.55 |
| Hex | F6 | 22 | A2 | 0 | 56 | 22 | 4 | 144 | 5C | 37 |
| Octal | 366 | 42 | 242 | 0 | 126 | 42 | 4 | 504 | 134 | 67 |
| Binary | 11110110 | 100010 | 10100010 | 0 | 1010110 | 100010 | 100 | 101000100 | 1011100 | 110111 |
Color Harmonies of #F622A2
Complementary color
Monochromatic Colors of #F622A2
Black with #F622A2
Text Example
Text Example
White with #F622A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F622A2; }
p { color: rgb(246,34,162); }
H1.HeaderClassName
{
color: #F622A2;
}
.AnyTagClassName
{
color: #F622A2;
}
</style>
background-color css
<style>
a { background-color: #F622A2; }
a { background-color: rgb(246,34,162); }
div.DivClassName
{
background-color: #F622A2;
}
.BgClassName
{
background-color: #F622A2;
}
</style>
border-color css
<style>
span { border-color: #F622A2; }
span { border-color: rgb(246,34,162); }
td.TdClassName
{
border-color: #F622A2;
}
.TagClassName
{
border-color: #F622A2;
}
</style>