Shades of Persian Rose #F732AF
Tints of Persian Rose #F732AF
RGB
CMYK
RGB Variations
Color information
#F732AF (or 0xF732AF) is known color: Persian Rose. HEX triplet: F7, 32 and AF. RGB value is (247,50,175). Sum of RGB (Red+Green+Blue) = 247+50+175=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F732AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F732AF is #08CD50. Grayscale: #7A7A7A. Windows color (decimal): -576849 or 11481847. OLE color: 11481847.
HSL color Cylindrical-coordinate representation of color #F732AF: hue angle of 321.93º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F732AF is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 175 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.03 |
| HSL | 321.93º | 0.92% | 0.58% | - |
| HSV(B) | 321.93º | 0.8% | 0.97% | - |
| XYZ | 47.24 | 25.15 | 42.92 | - |
| YUV | 123.15 | 157.27 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 175 | 0 | 0.80 | 0.29 | 0.03 | 321.93 | 0.92 | 0.58 |
| Hex | F7 | 32 | AF | 0 | 50 | 1D | 3 | 142 | 5C | 3A |
| Octal | 367 | 62 | 257 | 0 | 120 | 35 | 3 | 502 | 134 | 72 |
| Binary | 11110111 | 110010 | 10101111 | 0 | 1010000 | 11101 | 11 | 101000010 | 1011100 | 111010 |
Color Harmonies of #F732AF
Complementary color
Monochromatic Colors of #F732AF
Black with #F732AF
Text Example
Text Example
White with #F732AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F732AF; }
p { color: rgb(247,50,175); }
H1.HeaderClassName
{
color: #F732AF;
}
.AnyTagClassName
{
color: #F732AF;
}
</style>
background-color css
<style>
a { background-color: #F732AF; }
a { background-color: rgb(247,50,175); }
div.DivClassName
{
background-color: #F732AF;
}
.BgClassName
{
background-color: #F732AF;
}
</style>
border-color css
<style>
span { border-color: #F732AF; }
span { border-color: rgb(247,50,175); }
td.TdClassName
{
border-color: #F732AF;
}
.TagClassName
{
border-color: #F732AF;
}
</style>