Shades of Persian Rose #F4229D
Tints of Persian Rose #F4229D
RGB
CMYK
RGB Variations
Color information
#F4229D (or 0xF4229D) is known color: Persian Rose. HEX triplet: F4, 22 and 9D. RGB value is (244,34,157). Sum of RGB (Red+Green+Blue) = 244+34+157=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4229D is #0BDD62. Grayscale: #6E6E6E. Windows color (decimal): -777571 or 10298100. OLE color: 10298100.
HSL color Cylindrical-coordinate representation of color #F4229D: hue angle of 324.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4229D is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 157 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.04 |
| HSL | 324.86º | 0.91% | 0.55% | - |
| HSV(B) | 324.86º | 0.86% | 0.96% | - |
| XYZ | 43.97 | 22.81 | 33.98 | - |
| YUV | 110.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 157 | 0 | 0.86 | 0.36 | 0.04 | 324.86 | 0.91 | 0.55 |
| Hex | F4 | 22 | 9D | 0 | 56 | 24 | 4 | 145 | 5B | 37 |
| Octal | 364 | 42 | 235 | 0 | 126 | 44 | 4 | 505 | 133 | 67 |
| Binary | 11110100 | 100010 | 10011101 | 0 | 1010110 | 100100 | 100 | 101000101 | 1011011 | 110111 |
Color Harmonies of #F4229D
Complementary color
Monochromatic Colors of #F4229D
Black with #F4229D
Text Example
Text Example
White with #F4229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4229D; }
p { color: rgb(244,34,157); }
H1.HeaderClassName
{
color: #F4229D;
}
.AnyTagClassName
{
color: #F4229D;
}
</style>
background-color css
<style>
a { background-color: #F4229D; }
a { background-color: rgb(244,34,157); }
div.DivClassName
{
background-color: #F4229D;
}
.BgClassName
{
background-color: #F4229D;
}
</style>
border-color css
<style>
span { border-color: #F4229D; }
span { border-color: rgb(244,34,157); }
td.TdClassName
{
border-color: #F4229D;
}
.TagClassName
{
border-color: #F4229D;
}
</style>