Shades of Persian Rose #F432AF
Tints of Persian Rose #F432AF
RGB
CMYK
RGB Variations
Color information
#F432AF (or 0xF432AF) is known color: Persian Rose. HEX triplet: F4, 32 and AF. RGB value is (244,50,175). Sum of RGB (Red+Green+Blue) = 244+50+175=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F432AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F432AF is #0BCD50. Grayscale: #797979. Windows color (decimal): -773457 or 11481844. OLE color: 11481844.
HSL color Cylindrical-coordinate representation of color #F432AF: hue angle of 321.34º 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 #F432AF is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 175 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.04 |
| HSL | 321.34º | 0.9% | 0.58% | - |
| HSV(B) | 321.34º | 0.8% | 0.96% | - |
| XYZ | 46.19 | 24.61 | 42.87 | - |
| YUV | 122.26 | 157.77 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 175 | 0 | 0.80 | 0.28 | 0.04 | 321.34 | 0.9 | 0.58 |
| Hex | F4 | 32 | AF | 0 | 50 | 1C | 4 | 141 | 5A | 3A |
| Octal | 364 | 62 | 257 | 0 | 120 | 34 | 4 | 501 | 132 | 72 |
| Binary | 11110100 | 110010 | 10101111 | 0 | 1010000 | 11100 | 100 | 101000001 | 1011010 | 111010 |
Color Harmonies of #F432AF
Complementary color
Monochromatic Colors of #F432AF
Black with #F432AF
Text Example
Text Example
White with #F432AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432AF; }
p { color: rgb(244,50,175); }
H1.HeaderClassName
{
color: #F432AF;
}
.AnyTagClassName
{
color: #F432AF;
}
</style>
background-color css
<style>
a { background-color: #F432AF; }
a { background-color: rgb(244,50,175); }
div.DivClassName
{
background-color: #F432AF;
}
.BgClassName
{
background-color: #F432AF;
}
</style>
border-color css
<style>
span { border-color: #F432AF; }
span { border-color: rgb(244,50,175); }
td.TdClassName
{
border-color: #F432AF;
}
.TagClassName
{
border-color: #F432AF;
}
</style>