Shades of Persian Rose #F4279F
Tints of Persian Rose #F4279F
RGB
CMYK
RGB Variations
Color information
#F4279F (or 0xF4279F) is known color: Persian Rose. HEX triplet: F4, 27 and 9F. RGB value is (244,39,159). Sum of RGB (Red+Green+Blue) = 244+39+159=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F4279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4279F is #0BD860. Grayscale: #717171. Windows color (decimal): -776289 or 10430452. OLE color: 10430452.
HSL color Cylindrical-coordinate representation of color #F4279F: hue angle of 324.88º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4279F is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 159 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.04 |
| HSL | 324.88º | 0.9% | 0.55% | - |
| HSV(B) | 324.88º | 0.84% | 0.96% | - |
| XYZ | 44.29 | 23.19 | 34.94 | - |
| YUV | 113.98 | 153.42 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 159 | 0 | 0.84 | 0.35 | 0.04 | 324.88 | 0.9 | 0.55 |
| Hex | F4 | 27 | 9F | 0 | 54 | 23 | 4 | 145 | 5A | 37 |
| Octal | 364 | 47 | 237 | 0 | 124 | 43 | 4 | 505 | 132 | 67 |
| Binary | 11110100 | 100111 | 10011111 | 0 | 1010100 | 100011 | 100 | 101000101 | 1011010 | 110111 |
Color Harmonies of #F4279F
Complementary color
Monochromatic Colors of #F4279F
Black with #F4279F
Text Example
Text Example
White with #F4279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4279F; }
p { color: rgb(244,39,159); }
H1.HeaderClassName
{
color: #F4279F;
}
.AnyTagClassName
{
color: #F4279F;
}
</style>
background-color css
<style>
a { background-color: #F4279F; }
a { background-color: rgb(244,39,159); }
div.DivClassName
{
background-color: #F4279F;
}
.BgClassName
{
background-color: #F4279F;
}
</style>
border-color css
<style>
span { border-color: #F4279F; }
span { border-color: rgb(244,39,159); }
td.TdClassName
{
border-color: #F4279F;
}
.TagClassName
{
border-color: #F4279F;
}
</style>