Shades of Persian Rose #F432AD
Tints of Persian Rose #F432AD
RGB
CMYK
RGB Variations
Color information
#F432AD (or 0xF432AD) is known color: Persian Rose. HEX triplet: F4, 32 and AD. RGB value is (244,50,173). Sum of RGB (Red+Green+Blue) = 244+50+173=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F432AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F432AD is #0BCD52. Grayscale: #797979. Windows color (decimal): -773459 or 11350772. OLE color: 11350772.
HSL color Cylindrical-coordinate representation of color #F432AD: hue angle of 321.96º degrees, saturation: 0.9, 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 #F432AD is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 173 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.04 |
| HSL | 321.96º | 0.9% | 0.58% | - |
| HSV(B) | 321.96º | 0.8% | 0.96% | - |
| XYZ | 45.99 | 24.53 | 41.85 | - |
| YUV | 122.03 | 156.77 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 173 | 0 | 0.80 | 0.29 | 0.04 | 321.96 | 0.9 | 0.58 |
| Hex | F4 | 32 | AD | 0 | 50 | 1D | 4 | 142 | 5A | 3A |
| Octal | 364 | 62 | 255 | 0 | 120 | 35 | 4 | 502 | 132 | 72 |
| Binary | 11110100 | 110010 | 10101101 | 0 | 1010000 | 11101 | 100 | 101000010 | 1011010 | 111010 |
Color Harmonies of #F432AD
Complementary color
Monochromatic Colors of #F432AD
Black with #F432AD
Text Example
Text Example
White with #F432AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432AD; }
p { color: rgb(244,50,173); }
H1.HeaderClassName
{
color: #F432AD;
}
.AnyTagClassName
{
color: #F432AD;
}
</style>
background-color css
<style>
a { background-color: #F432AD; }
a { background-color: rgb(244,50,173); }
div.DivClassName
{
background-color: #F432AD;
}
.BgClassName
{
background-color: #F432AD;
}
</style>
border-color css
<style>
span { border-color: #F432AD; }
span { border-color: rgb(244,50,173); }
td.TdClassName
{
border-color: #F432AD;
}
.TagClassName
{
border-color: #F432AD;
}
</style>