Shades of Persian Rose #F4259F
Tints of Persian Rose #F4259F
RGB
CMYK
RGB Variations
Color information
#F4259F (or 0xF4259F) is known color: Persian Rose. HEX triplet: F4, 25 and 9F. RGB value is (244,37,159). Sum of RGB (Red+Green+Blue) = 244+37+159=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F4259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4259F is #0BDA60. Grayscale: #707070. Windows color (decimal): -776801 or 10429940. OLE color: 10429940.
HSL color Cylindrical-coordinate representation of color #F4259F: hue angle of 324.64º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4259F is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 159 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.04 |
| HSL | 324.64º | 0.9% | 0.55% | - |
| HSV(B) | 324.64º | 0.85% | 0.96% | - |
| XYZ | 44.23 | 23.06 | 34.92 | - |
| YUV | 112.8 | 154.08 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 159 | 0 | 0.85 | 0.35 | 0.04 | 324.64 | 0.9 | 0.55 |
| Hex | F4 | 25 | 9F | 0 | 55 | 23 | 4 | 145 | 5A | 37 |
| Octal | 364 | 45 | 237 | 0 | 125 | 43 | 4 | 505 | 132 | 67 |
| Binary | 11110100 | 100101 | 10011111 | 0 | 1010101 | 100011 | 100 | 101000101 | 1011010 | 110111 |
Color Harmonies of #F4259F
Complementary color
Monochromatic Colors of #F4259F
Black with #F4259F
Text Example
Text Example
White with #F4259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4259F; }
p { color: rgb(244,37,159); }
H1.HeaderClassName
{
color: #F4259F;
}
.AnyTagClassName
{
color: #F4259F;
}
</style>
background-color css
<style>
a { background-color: #F4259F; }
a { background-color: rgb(244,37,159); }
div.DivClassName
{
background-color: #F4259F;
}
.BgClassName
{
background-color: #F4259F;
}
</style>
border-color css
<style>
span { border-color: #F4259F; }
span { border-color: rgb(244,37,159); }
td.TdClassName
{
border-color: #F4259F;
}
.TagClassName
{
border-color: #F4259F;
}
</style>