Shades of Persian Rose #F4289B
Tints of Persian Rose #F4289B
RGB
CMYK
RGB Variations
Color information
#F4289B (or 0xF4289B) is known color: Persian Rose. HEX triplet: F4, 28 and 9B. RGB value is (244,40,155). Sum of RGB (Red+Green+Blue) = 244+40+155=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F4289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4289B is #0BD764. Grayscale: #717171. Windows color (decimal): -776037 or 10168564. OLE color: 10168564.
HSL color Cylindrical-coordinate representation of color #F4289B: hue angle of 326.18º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4289B is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 155 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.04 |
| HSL | 326.18º | 0.9% | 0.56% | - |
| HSV(B) | 326.18º | 0.84% | 0.96% | - |
| XYZ | 43.98 | 23.12 | 33.15 | - |
| YUV | 114.11 | 151.09 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 155 | 0 | 0.84 | 0.36 | 0.04 | 326.18 | 0.9 | 0.56 |
| Hex | F4 | 28 | 9B | 0 | 54 | 24 | 4 | 146 | 5A | 38 |
| Octal | 364 | 50 | 233 | 0 | 124 | 44 | 4 | 506 | 132 | 70 |
| Binary | 11110100 | 101000 | 10011011 | 0 | 1010100 | 100100 | 100 | 101000110 | 1011010 | 111000 |
Color Harmonies of #F4289B
Complementary color
Monochromatic Colors of #F4289B
Black with #F4289B
Text Example
Text Example
White with #F4289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4289B; }
p { color: rgb(244,40,155); }
H1.HeaderClassName
{
color: #F4289B;
}
.AnyTagClassName
{
color: #F4289B;
}
</style>
background-color css
<style>
a { background-color: #F4289B; }
a { background-color: rgb(244,40,155); }
div.DivClassName
{
background-color: #F4289B;
}
.BgClassName
{
background-color: #F4289B;
}
</style>
border-color css
<style>
span { border-color: #F4289B; }
span { border-color: rgb(244,40,155); }
td.TdClassName
{
border-color: #F4289B;
}
.TagClassName
{
border-color: #F4289B;
}
</style>