Shades of Persian Rose #F0229D
Tints of Persian Rose #F0229D
RGB
CMYK
RGB Variations
Color information
#F0229D (or 0xF0229D) is known color: Persian Rose. HEX triplet: F0, 22 and 9D. RGB value is (240,34,157). Sum of RGB (Red+Green+Blue) = 240+34+157=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0229D is #0FDD62. Grayscale: #6D6D6D. Windows color (decimal): -1039715 or 10298096. OLE color: 10298096.
HSL color Cylindrical-coordinate representation of color #F0229D: hue angle of 324.17º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0229D is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 157 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.06 |
| HSL | 324.17º | 0.87% | 0.54% | - |
| HSV(B) | 324.17º | 0.86% | 0.94% | - |
| XYZ | 42.59 | 22.1 | 33.92 | - |
| YUV | 109.62 | 154.75 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 157 | 0 | 0.86 | 0.35 | 0.06 | 324.17 | 0.87 | 0.54 |
| Hex | F0 | 22 | 9D | 0 | 56 | 23 | 6 | 144 | 57 | 36 |
| Octal | 360 | 42 | 235 | 0 | 126 | 43 | 6 | 504 | 127 | 66 |
| Binary | 11110000 | 100010 | 10011101 | 0 | 1010110 | 100011 | 110 | 101000100 | 1010111 | 110110 |
Color Harmonies of #F0229D
Complementary color
Monochromatic Colors of #F0229D
Black with #F0229D
Text Example
Text Example
White with #F0229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0229D; }
p { color: rgb(240,34,157); }
H1.HeaderClassName
{
color: #F0229D;
}
.AnyTagClassName
{
color: #F0229D;
}
</style>
background-color css
<style>
a { background-color: #F0229D; }
a { background-color: rgb(240,34,157); }
div.DivClassName
{
background-color: #F0229D;
}
.BgClassName
{
background-color: #F0229D;
}
</style>
border-color css
<style>
span { border-color: #F0229D; }
span { border-color: rgb(240,34,157); }
td.TdClassName
{
border-color: #F0229D;
}
.TagClassName
{
border-color: #F0229D;
}
</style>