Shades of Persian Rose #F732AC
Tints of Persian Rose #F732AC
RGB
CMYK
RGB Variations
Color information
#F732AC (or 0xF732AC) is known color: Persian Rose. HEX triplet: F7, 32 and AC. RGB value is (247,50,172). Sum of RGB (Red+Green+Blue) = 247+50+172=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F732AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F732AC is #08CD53. Grayscale: #7A7A7A. Windows color (decimal): -576852 or 11285239. OLE color: 11285239.
HSL color Cylindrical-coordinate representation of color #F732AC: hue angle of 322.84º 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 #F732AC is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 172 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.03 |
| HSL | 322.84º | 0.92% | 0.58% | - |
| HSV(B) | 322.84º | 0.8% | 0.97% | - |
| XYZ | 46.94 | 25.03 | 41.39 | - |
| YUV | 122.81 | 155.77 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 172 | 0 | 0.80 | 0.30 | 0.03 | 322.84 | 0.92 | 0.58 |
| Hex | F7 | 32 | AC | 0 | 50 | 1E | 3 | 143 | 5C | 3A |
| Octal | 367 | 62 | 254 | 0 | 120 | 36 | 3 | 503 | 134 | 72 |
| Binary | 11110111 | 110010 | 10101100 | 0 | 1010000 | 11110 | 11 | 101000011 | 1011100 | 111010 |
Color Harmonies of #F732AC
Complementary color
Monochromatic Colors of #F732AC
Black with #F732AC
Text Example
Text Example
White with #F732AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F732AC; }
p { color: rgb(247,50,172); }
H1.HeaderClassName
{
color: #F732AC;
}
.AnyTagClassName
{
color: #F732AC;
}
</style>
background-color css
<style>
a { background-color: #F732AC; }
a { background-color: rgb(247,50,172); }
div.DivClassName
{
background-color: #F732AC;
}
.BgClassName
{
background-color: #F732AC;
}
</style>
border-color css
<style>
span { border-color: #F732AC; }
span { border-color: rgb(247,50,172); }
td.TdClassName
{
border-color: #F732AC;
}
.TagClassName
{
border-color: #F732AC;
}
</style>