Shades of Persian Rose #F431AA
Tints of Persian Rose #F431AA
RGB
CMYK
RGB Variations
Color information
#F431AA (or 0xF431AA) is known color: Persian Rose. HEX triplet: F4, 31 and AA. RGB value is (244,49,170). Sum of RGB (Red+Green+Blue) = 244+49+170=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F431AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F431AA is #0BCE55. Grayscale: #787878. Windows color (decimal): -773718 or 11153908. OLE color: 11153908.
HSL color Cylindrical-coordinate representation of color #F431AA: hue angle of 322.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431AA is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 170 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.04 |
| HSL | 322.77º | 0.9% | 0.57% | - |
| HSV(B) | 322.77º | 0.8% | 0.96% | - |
| XYZ | 45.66 | 24.33 | 40.32 | - |
| YUV | 121.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 170 | 0 | 0.80 | 0.30 | 0.04 | 322.77 | 0.9 | 0.57 |
| Hex | F4 | 31 | AA | 0 | 50 | 1E | 4 | 143 | 5A | 39 |
| Octal | 364 | 61 | 252 | 0 | 120 | 36 | 4 | 503 | 132 | 71 |
| Binary | 11110100 | 110001 | 10101010 | 0 | 1010000 | 11110 | 100 | 101000011 | 1011010 | 111001 |
Color Harmonies of #F431AA
Complementary color
Monochromatic Colors of #F431AA
Black with #F431AA
Text Example
Text Example
White with #F431AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431AA; }
p { color: rgb(244,49,170); }
H1.HeaderClassName
{
color: #F431AA;
}
.AnyTagClassName
{
color: #F431AA;
}
</style>
background-color css
<style>
a { background-color: #F431AA; }
a { background-color: rgb(244,49,170); }
div.DivClassName
{
background-color: #F431AA;
}
.BgClassName
{
background-color: #F431AA;
}
</style>
border-color css
<style>
span { border-color: #F431AA; }
span { border-color: rgb(244,49,170); }
td.TdClassName
{
border-color: #F431AA;
}
.TagClassName
{
border-color: #F431AA;
}
</style>