Shades of Persian Rose #F032A4
Tints of Persian Rose #F032A4
RGB
CMYK
RGB Variations
Color information
#F032A4 (or 0xF032A4) is known color: Persian Rose. HEX triplet: F0, 32 and A4. RGB value is (240,50,164). Sum of RGB (Red+Green+Blue) = 240+50+164=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F032A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F032A4 is #0FCD5B. Grayscale: #777777. Windows color (decimal): -1035612 or 10760944. OLE color: 10760944.
HSL color Cylindrical-coordinate representation of color #F032A4: hue angle of 324º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F032A4 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 164 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.06 |
| HSL | 324º | 0.86% | 0.57% | - |
| HSV(B) | 324º | 0.79% | 0.94% | - |
| XYZ | 43.78 | 23.49 | 37.35 | - |
| YUV | 119.81 | 152.95 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 164 | 0 | 0.79 | 0.32 | 0.06 | 324 | 0.86 | 0.57 |
| Hex | F0 | 32 | A4 | 0 | 4F | 20 | 6 | 144 | 56 | 39 |
| Octal | 360 | 62 | 244 | 0 | 117 | 40 | 6 | 504 | 126 | 71 |
| Binary | 11110000 | 110010 | 10100100 | 0 | 1001111 | 100000 | 110 | 101000100 | 1010110 | 111001 |
Color Harmonies of #F032A4
Complementary color
Monochromatic Colors of #F032A4
Black with #F032A4
Text Example
Text Example
White with #F032A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032A4; }
p { color: rgb(240,50,164); }
H1.HeaderClassName
{
color: #F032A4;
}
.AnyTagClassName
{
color: #F032A4;
}
</style>
background-color css
<style>
a { background-color: #F032A4; }
a { background-color: rgb(240,50,164); }
div.DivClassName
{
background-color: #F032A4;
}
.BgClassName
{
background-color: #F032A4;
}
</style>
border-color css
<style>
span { border-color: #F032A4; }
span { border-color: rgb(240,50,164); }
td.TdClassName
{
border-color: #F032A4;
}
.TagClassName
{
border-color: #F032A4;
}
</style>