Shades of Persian Rose #F4259A
Tints of Persian Rose #F4259A
RGB
CMYK
RGB Variations
Color information
#F4259A (or 0xF4259A) is known color: Persian Rose. HEX triplet: F4, 25 and 9A. RGB value is (244,37,154). Sum of RGB (Red+Green+Blue) = 244+37+154=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4259A is #0BDA65. Grayscale: #6F6F6F. Windows color (decimal): -776806 or 10102260. OLE color: 10102260.
HSL color Cylindrical-coordinate representation of color #F4259A: hue angle of 326.09º 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 #F4259A is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 154 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.04 |
| HSL | 326.09º | 0.9% | 0.55% | - |
| HSV(B) | 326.09º | 0.85% | 0.96% | - |
| XYZ | 43.8 | 22.89 | 32.68 | - |
| YUV | 112.23 | 151.58 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 154 | 0 | 0.85 | 0.37 | 0.04 | 326.09 | 0.9 | 0.55 |
| Hex | F4 | 25 | 9A | 0 | 55 | 25 | 4 | 146 | 5A | 37 |
| Octal | 364 | 45 | 232 | 0 | 125 | 45 | 4 | 506 | 132 | 67 |
| Binary | 11110100 | 100101 | 10011010 | 0 | 1010101 | 100101 | 100 | 101000110 | 1011010 | 110111 |
Color Harmonies of #F4259A
Complementary color
Monochromatic Colors of #F4259A
Black with #F4259A
Text Example
Text Example
White with #F4259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4259A; }
p { color: rgb(244,37,154); }
H1.HeaderClassName
{
color: #F4259A;
}
.AnyTagClassName
{
color: #F4259A;
}
</style>
background-color css
<style>
a { background-color: #F4259A; }
a { background-color: rgb(244,37,154); }
div.DivClassName
{
background-color: #F4259A;
}
.BgClassName
{
background-color: #F4259A;
}
</style>
border-color css
<style>
span { border-color: #F4259A; }
span { border-color: rgb(244,37,154); }
td.TdClassName
{
border-color: #F4259A;
}
.TagClassName
{
border-color: #F4259A;
}
</style>