Shades of Persian Rose #F732AD
Tints of Persian Rose #F732AD
RGB
CMYK
RGB Variations
Color information
#F732AD (or 0xF732AD) is known color: Persian Rose. HEX triplet: F7, 32 and AD. RGB value is (247,50,173). Sum of RGB (Red+Green+Blue) = 247+50+173=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F732AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F732AD is #08CD52. Grayscale: #7A7A7A. Windows color (decimal): -576851 or 11350775. OLE color: 11350775.
HSL color Cylindrical-coordinate representation of color #F732AD: hue angle of 322.54º 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 #F732AD is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 173 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.03 |
| HSL | 322.54º | 0.92% | 0.58% | - |
| HSV(B) | 322.54º | 0.8% | 0.97% | - |
| XYZ | 47.04 | 25.07 | 41.9 | - |
| YUV | 122.93 | 156.27 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 173 | 0 | 0.80 | 0.30 | 0.03 | 322.54 | 0.92 | 0.58 |
| Hex | F7 | 32 | AD | 0 | 50 | 1E | 3 | 143 | 5C | 3A |
| Octal | 367 | 62 | 255 | 0 | 120 | 36 | 3 | 503 | 134 | 72 |
| Binary | 11110111 | 110010 | 10101101 | 0 | 1010000 | 11110 | 11 | 101000011 | 1011100 | 111010 |
Color Harmonies of #F732AD
Complementary color
Monochromatic Colors of #F732AD
Black with #F732AD
Text Example
Text Example
White with #F732AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F732AD; }
p { color: rgb(247,50,173); }
H1.HeaderClassName
{
color: #F732AD;
}
.AnyTagClassName
{
color: #F732AD;
}
</style>
background-color css
<style>
a { background-color: #F732AD; }
a { background-color: rgb(247,50,173); }
div.DivClassName
{
background-color: #F732AD;
}
.BgClassName
{
background-color: #F732AD;
}
</style>
border-color css
<style>
span { border-color: #F732AD; }
span { border-color: rgb(247,50,173); }
td.TdClassName
{
border-color: #F732AD;
}
.TagClassName
{
border-color: #F732AD;
}
</style>