Shades of Persian Rose #F439AA
Tints of Persian Rose #F439AA
RGB
CMYK
RGB Variations
Color information
#F439AA (or 0xF439AA) is known color: Persian Rose. HEX triplet: F4, 39 and AA. RGB value is (244,57,170). Sum of RGB (Red+Green+Blue) = 244+57+170=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F439AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F439AA is #0BC655. Grayscale: #7D7D7D. Windows color (decimal): -771670 or 11155956. OLE color: 11155956.
HSL color Cylindrical-coordinate representation of color #F439AA: hue angle of 323.74º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F439AA is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 57 | 170 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.04 |
| HSL | 323.74º | 0.89% | 0.59% | - |
| HSV(B) | 323.74º | 0.77% | 0.96% | - |
| XYZ | 46.03 | 25.06 | 40.44 | - |
| YUV | 125.8 | 152.95 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 57 | 170 | 0 | 0.77 | 0.30 | 0.04 | 323.74 | 0.89 | 0.59 |
| Hex | F4 | 39 | AA | 0 | 4D | 1E | 4 | 144 | 59 | 3B |
| Octal | 364 | 71 | 252 | 0 | 115 | 36 | 4 | 504 | 131 | 73 |
| Binary | 11110100 | 111001 | 10101010 | 0 | 1001101 | 11110 | 100 | 101000100 | 1011001 | 111011 |
Color Harmonies of #F439AA
Complementary color
Monochromatic Colors of #F439AA
Black with #F439AA
Text Example
Text Example
White with #F439AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F439AA; }
p { color: rgb(244,57,170); }
H1.HeaderClassName
{
color: #F439AA;
}
.AnyTagClassName
{
color: #F439AA;
}
</style>
background-color css
<style>
a { background-color: #F439AA; }
a { background-color: rgb(244,57,170); }
div.DivClassName
{
background-color: #F439AA;
}
.BgClassName
{
background-color: #F439AA;
}
</style>
border-color css
<style>
span { border-color: #F439AA; }
span { border-color: rgb(244,57,170); }
td.TdClassName
{
border-color: #F439AA;
}
.TagClassName
{
border-color: #F439AA;
}
</style>