Shades of Persian Rose #F4299B
Tints of Persian Rose #F4299B
RGB
CMYK
RGB Variations
Color information
#F4299B (or 0xF4299B) is known color: Persian Rose. HEX triplet: F4, 29 and 9B. RGB value is (244,41,155). Sum of RGB (Red+Green+Blue) = 244+41+155=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F4299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4299B is #0BD664. Grayscale: #727272. Windows color (decimal): -775781 or 10168820. OLE color: 10168820.
HSL color Cylindrical-coordinate representation of color #F4299B: hue angle of 326.31º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4299B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 155 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.04 |
| HSL | 326.31º | 0.9% | 0.56% | - |
| HSV(B) | 326.31º | 0.83% | 0.96% | - |
| XYZ | 44.02 | 23.19 | 33.17 | - |
| YUV | 114.69 | 150.75 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 155 | 0 | 0.83 | 0.36 | 0.04 | 326.31 | 0.9 | 0.56 |
| Hex | F4 | 29 | 9B | 0 | 53 | 24 | 4 | 146 | 5A | 38 |
| Octal | 364 | 51 | 233 | 0 | 123 | 44 | 4 | 506 | 132 | 70 |
| Binary | 11110100 | 101001 | 10011011 | 0 | 1010011 | 100100 | 100 | 101000110 | 1011010 | 111000 |
Color Harmonies of #F4299B
Complementary color
Monochromatic Colors of #F4299B
Black with #F4299B
Text Example
Text Example
White with #F4299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4299B; }
p { color: rgb(244,41,155); }
H1.HeaderClassName
{
color: #F4299B;
}
.AnyTagClassName
{
color: #F4299B;
}
</style>
background-color css
<style>
a { background-color: #F4299B; }
a { background-color: rgb(244,41,155); }
div.DivClassName
{
background-color: #F4299B;
}
.BgClassName
{
background-color: #F4299B;
}
</style>
border-color css
<style>
span { border-color: #F4299B; }
span { border-color: rgb(244,41,155); }
td.TdClassName
{
border-color: #F4299B;
}
.TagClassName
{
border-color: #F4299B;
}
</style>