Shades of Persian Rose #F039AA
Tints of Persian Rose #F039AA
RGB
CMYK
RGB Variations
Color information
#F039AA (or 0xF039AA) is known color: Persian Rose. HEX triplet: F0, 39 and AA. RGB value is (240,57,170). Sum of RGB (Red+Green+Blue) = 240+57+170=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F039AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F039AA is #0FC655. Grayscale: #7C7C7C. Windows color (decimal): -1033814 or 11155952. OLE color: 11155952.
HSL color Cylindrical-coordinate representation of color #F039AA: hue angle of 322.95º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F039AA is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 170 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.06 |
| HSL | 322.95º | 0.86% | 0.58% | - |
| HSV(B) | 322.95º | 0.76% | 0.94% | - |
| XYZ | 44.65 | 24.35 | 40.38 | - |
| YUV | 124.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 170 | 0 | 0.76 | 0.29 | 0.06 | 322.95 | 0.86 | 0.58 |
| Hex | F0 | 39 | AA | 0 | 4C | 1D | 6 | 143 | 56 | 3A |
| Octal | 360 | 71 | 252 | 0 | 114 | 35 | 6 | 503 | 126 | 72 |
| Binary | 11110000 | 111001 | 10101010 | 0 | 1001100 | 11101 | 110 | 101000011 | 1010110 | 111010 |
Color Harmonies of #F039AA
Complementary color
Monochromatic Colors of #F039AA
Black with #F039AA
Text Example
Text Example
White with #F039AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039AA; }
p { color: rgb(240,57,170); }
H1.HeaderClassName
{
color: #F039AA;
}
.AnyTagClassName
{
color: #F039AA;
}
</style>
background-color css
<style>
a { background-color: #F039AA; }
a { background-color: rgb(240,57,170); }
div.DivClassName
{
background-color: #F039AA;
}
.BgClassName
{
background-color: #F039AA;
}
</style>
border-color css
<style>
span { border-color: #F039AA; }
span { border-color: rgb(240,57,170); }
td.TdClassName
{
border-color: #F039AA;
}
.TagClassName
{
border-color: #F039AA;
}
</style>