Shades of Persian Rose #F4229A
Tints of Persian Rose #F4229A
RGB
CMYK
RGB Variations
Color information
#F4229A (or 0xF4229A) is known color: Persian Rose. HEX triplet: F4, 22 and 9A. RGB value is (244,34,154). Sum of RGB (Red+Green+Blue) = 244+34+154=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4229A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4229A is #0BDD65. Grayscale: #6E6E6E. Windows color (decimal): -777574 or 10101492. OLE color: 10101492.
HSL color Cylindrical-coordinate representation of color #F4229A: hue angle of 325.71º 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 #F4229A is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 154 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.04 |
| HSL | 325.71º | 0.91% | 0.55% | - |
| HSV(B) | 325.71º | 0.86% | 0.96% | - |
| XYZ | 43.71 | 22.71 | 32.65 | - |
| YUV | 110.47 | 152.57 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 154 | 0 | 0.86 | 0.37 | 0.04 | 325.71 | 0.91 | 0.55 |
| Hex | F4 | 22 | 9A | 0 | 56 | 25 | 4 | 146 | 5B | 37 |
| Octal | 364 | 42 | 232 | 0 | 126 | 45 | 4 | 506 | 133 | 67 |
| Binary | 11110100 | 100010 | 10011010 | 0 | 1010110 | 100101 | 100 | 101000110 | 1011011 | 110111 |
Color Harmonies of #F4229A
Complementary color
Monochromatic Colors of #F4229A
Black with #F4229A
Text Example
Text Example
White with #F4229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4229A; }
p { color: rgb(244,34,154); }
H1.HeaderClassName
{
color: #F4229A;
}
.AnyTagClassName
{
color: #F4229A;
}
</style>
background-color css
<style>
a { background-color: #F4229A; }
a { background-color: rgb(244,34,154); }
div.DivClassName
{
background-color: #F4229A;
}
.BgClassName
{
background-color: #F4229A;
}
</style>
border-color css
<style>
span { border-color: #F4229A; }
span { border-color: rgb(244,34,154); }
td.TdClassName
{
border-color: #F4229A;
}
.TagClassName
{
border-color: #F4229A;
}
</style>