Shades of Persian Rose #F039AC
Tints of Persian Rose #F039AC
RGB
CMYK
RGB Variations
Color information
#F039AC (or 0xF039AC) is known color: Persian Rose. HEX triplet: F0, 39 and AC. RGB value is (240,57,172). Sum of RGB (Red+Green+Blue) = 240+57+172=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F039AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F039AC is #0FC653. Grayscale: #7C7C7C. Windows color (decimal): -1033812 or 11287024. OLE color: 11287024.
HSL color Cylindrical-coordinate representation of color #F039AC: hue angle of 322.3º 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 #F039AC is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 172 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.06 |
| HSL | 322.3º | 0.86% | 0.58% | - |
| HSV(B) | 322.3º | 0.76% | 0.94% | - |
| XYZ | 44.84 | 24.43 | 41.38 | - |
| YUV | 124.83 | 154.63 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 172 | 0 | 0.76 | 0.28 | 0.06 | 322.3 | 0.86 | 0.58 |
| Hex | F0 | 39 | AC | 0 | 4C | 1C | 6 | 142 | 56 | 3A |
| Octal | 360 | 71 | 254 | 0 | 114 | 34 | 6 | 502 | 126 | 72 |
| Binary | 11110000 | 111001 | 10101100 | 0 | 1001100 | 11100 | 110 | 101000010 | 1010110 | 111010 |
Color Harmonies of #F039AC
Complementary color
Monochromatic Colors of #F039AC
Black with #F039AC
Text Example
Text Example
White with #F039AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039AC; }
p { color: rgb(240,57,172); }
H1.HeaderClassName
{
color: #F039AC;
}
.AnyTagClassName
{
color: #F039AC;
}
</style>
background-color css
<style>
a { background-color: #F039AC; }
a { background-color: rgb(240,57,172); }
div.DivClassName
{
background-color: #F039AC;
}
.BgClassName
{
background-color: #F039AC;
}
</style>
border-color css
<style>
span { border-color: #F039AC; }
span { border-color: rgb(240,57,172); }
td.TdClassName
{
border-color: #F039AC;
}
.TagClassName
{
border-color: #F039AC;
}
</style>