Shades of Persian Rose #F229A7
Tints of Persian Rose #F229A7
RGB
CMYK
RGB Variations
Color information
#F229A7 (or 0xF229A7) is known color: Persian Rose. HEX triplet: F2, 29 and A7. RGB value is (242,41,167). Sum of RGB (Red+Green+Blue) = 242+41+167=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F229A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F229A7 is #0DD658. Grayscale: #737373. Windows color (decimal): -906841 or 10955250. OLE color: 10955250.
HSL color Cylindrical-coordinate representation of color #F229A7: hue angle of 322.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229A7 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 167 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.05 |
| HSL | 322.39º | 0.89% | 0.55% | - |
| HSV(B) | 322.39º | 0.83% | 0.95% | - |
| XYZ | 44.39 | 23.25 | 38.71 | - |
| YUV | 115.46 | 157.09 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 167 | 0 | 0.83 | 0.31 | 0.05 | 322.39 | 0.89 | 0.55 |
| Hex | F2 | 29 | A7 | 0 | 53 | 1F | 5 | 142 | 59 | 37 |
| Octal | 362 | 51 | 247 | 0 | 123 | 37 | 5 | 502 | 131 | 67 |
| Binary | 11110010 | 101001 | 10100111 | 0 | 1010011 | 11111 | 101 | 101000010 | 1011001 | 110111 |
Color Harmonies of #F229A7
Complementary color
Monochromatic Colors of #F229A7
Black with #F229A7
Text Example
Text Example
White with #F229A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229A7; }
p { color: rgb(242,41,167); }
H1.HeaderClassName
{
color: #F229A7;
}
.AnyTagClassName
{
color: #F229A7;
}
</style>
background-color css
<style>
a { background-color: #F229A7; }
a { background-color: rgb(242,41,167); }
div.DivClassName
{
background-color: #F229A7;
}
.BgClassName
{
background-color: #F229A7;
}
</style>
border-color css
<style>
span { border-color: #F229A7; }
span { border-color: rgb(242,41,167); }
td.TdClassName
{
border-color: #F229A7;
}
.TagClassName
{
border-color: #F229A7;
}
</style>