Shades of Persian Rose #F029A1
Tints of Persian Rose #F029A1
RGB
CMYK
RGB Variations
Color information
#F029A1 (or 0xF029A1) is known color: Persian Rose. HEX triplet: F0, 29 and A1. RGB value is (240,41,161). Sum of RGB (Red+Green+Blue) = 240+41+161=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F029A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F029A1 is #0FD65E. Grayscale: #717171. Windows color (decimal): -1037919 or 10562032. OLE color: 10562032.
HSL color Cylindrical-coordinate representation of color #F029A1: hue angle of 323.82º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F029A1 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 161 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.06 |
| HSL | 323.82º | 0.87% | 0.55% | - |
| HSV(B) | 323.82º | 0.83% | 0.94% | - |
| XYZ | 43.16 | 22.68 | 35.82 | - |
| YUV | 114.18 | 154.43 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 161 | 0 | 0.83 | 0.33 | 0.06 | 323.82 | 0.87 | 0.55 |
| Hex | F0 | 29 | A1 | 0 | 53 | 21 | 6 | 144 | 57 | 37 |
| Octal | 360 | 51 | 241 | 0 | 123 | 41 | 6 | 504 | 127 | 67 |
| Binary | 11110000 | 101001 | 10100001 | 0 | 1010011 | 100001 | 110 | 101000100 | 1010111 | 110111 |
Color Harmonies of #F029A1
Complementary color
Monochromatic Colors of #F029A1
Black with #F029A1
Text Example
Text Example
White with #F029A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F029A1; }
p { color: rgb(240,41,161); }
H1.HeaderClassName
{
color: #F029A1;
}
.AnyTagClassName
{
color: #F029A1;
}
</style>
background-color css
<style>
a { background-color: #F029A1; }
a { background-color: rgb(240,41,161); }
div.DivClassName
{
background-color: #F029A1;
}
.BgClassName
{
background-color: #F029A1;
}
</style>
border-color css
<style>
span { border-color: #F029A1; }
span { border-color: rgb(240,41,161); }
td.TdClassName
{
border-color: #F029A1;
}
.TagClassName
{
border-color: #F029A1;
}
</style>