Shades of Persian Rose #F632AA
Tints of Persian Rose #F632AA
RGB
CMYK
RGB Variations
Color information
#F632AA (or 0xF632AA) is known color: Persian Rose. HEX triplet: F6, 32 and AA. RGB value is (246,50,170). Sum of RGB (Red+Green+Blue) = 246+50+170=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F632AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F632AA is #09CD55. Grayscale: #7A7A7A. Windows color (decimal): -642390 or 11154166. OLE color: 11154166.
HSL color Cylindrical-coordinate representation of color #F632AA: hue angle of 323.27º 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 #F632AA is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 170 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.04 |
| HSL | 323.27º | 0.92% | 0.58% | - |
| HSV(B) | 323.27º | 0.8% | 0.96% | - |
| XYZ | 46.4 | 24.78 | 40.37 | - |
| YUV | 122.28 | 154.93 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 170 | 0 | 0.80 | 0.31 | 0.04 | 323.27 | 0.92 | 0.58 |
| Hex | F6 | 32 | AA | 0 | 50 | 1F | 4 | 143 | 5C | 3A |
| Octal | 366 | 62 | 252 | 0 | 120 | 37 | 4 | 503 | 134 | 72 |
| Binary | 11110110 | 110010 | 10101010 | 0 | 1010000 | 11111 | 100 | 101000011 | 1011100 | 111010 |
Color Harmonies of #F632AA
Complementary color
Monochromatic Colors of #F632AA
Black with #F632AA
Text Example
Text Example
White with #F632AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F632AA; }
p { color: rgb(246,50,170); }
H1.HeaderClassName
{
color: #F632AA;
}
.AnyTagClassName
{
color: #F632AA;
}
</style>
background-color css
<style>
a { background-color: #F632AA; }
a { background-color: rgb(246,50,170); }
div.DivClassName
{
background-color: #F632AA;
}
.BgClassName
{
background-color: #F632AA;
}
</style>
border-color css
<style>
span { border-color: #F632AA; }
span { border-color: rgb(246,50,170); }
td.TdClassName
{
border-color: #F632AA;
}
.TagClassName
{
border-color: #F632AA;
}
</style>