Shades of Persian Rose #F632A2
Tints of Persian Rose #F632A2
RGB
CMYK
RGB Variations
Color information
#F632A2 (or 0xF632A2) is known color: Persian Rose. HEX triplet: F6, 32 and A2. RGB value is (246,50,162). Sum of RGB (Red+Green+Blue) = 246+50+162=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F632A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F632A2 is #09CD5D. Grayscale: #797979. Windows color (decimal): -642398 or 10629878. OLE color: 10629878.
HSL color Cylindrical-coordinate representation of color #F632A2: hue angle of 325.71º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F632A2 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 162 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.04 |
| HSL | 325.71º | 0.92% | 0.58% | - |
| HSV(B) | 325.71º | 0.8% | 0.96% | - |
| XYZ | 45.67 | 24.48 | 36.5 | - |
| YUV | 121.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 162 | 0 | 0.80 | 0.34 | 0.04 | 325.71 | 0.92 | 0.58 |
| Hex | F6 | 32 | A2 | 0 | 50 | 22 | 4 | 146 | 5C | 3A |
| Octal | 366 | 62 | 242 | 0 | 120 | 42 | 4 | 506 | 134 | 72 |
| Binary | 11110110 | 110010 | 10100010 | 0 | 1010000 | 100010 | 100 | 101000110 | 1011100 | 111010 |
Color Harmonies of #F632A2
Complementary color
Monochromatic Colors of #F632A2
Black with #F632A2
Text Example
Text Example
White with #F632A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F632A2; }
p { color: rgb(246,50,162); }
H1.HeaderClassName
{
color: #F632A2;
}
.AnyTagClassName
{
color: #F632A2;
}
</style>
background-color css
<style>
a { background-color: #F632A2; }
a { background-color: rgb(246,50,162); }
div.DivClassName
{
background-color: #F632A2;
}
.BgClassName
{
background-color: #F632A2;
}
</style>
border-color css
<style>
span { border-color: #F632A2; }
span { border-color: rgb(246,50,162); }
td.TdClassName
{
border-color: #F632A2;
}
.TagClassName
{
border-color: #F632A2;
}
</style>