Shades of Persian Rose #F42FA8
Tints of Persian Rose #F42FA8
RGB
CMYK
RGB Variations
Color information
#F42FA8 (or 0xF42FA8) is known color: Persian Rose. HEX triplet: F4, 2F and A8. RGB value is (244,47,168). Sum of RGB (Red+Green+Blue) = 244+47+168=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42FA8 is #0BD057. Grayscale: #777777. Windows color (decimal): -774232 or 11022324. OLE color: 11022324.
HSL color Cylindrical-coordinate representation of color #F42FA8: hue angle of 323.15º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42FA8 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 168 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.04 |
| HSL | 323.15º | 0.9% | 0.57% | - |
| HSV(B) | 323.15º | 0.81% | 0.96% | - |
| XYZ | 45.39 | 24.09 | 39.3 | - |
| YUV | 119.7 | 155.27 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 168 | 0 | 0.81 | 0.31 | 0.04 | 323.15 | 0.9 | 0.57 |
| Hex | F4 | 2F | A8 | 0 | 51 | 1F | 4 | 143 | 5A | 39 |
| Octal | 364 | 57 | 250 | 0 | 121 | 37 | 4 | 503 | 132 | 71 |
| Binary | 11110100 | 101111 | 10101000 | 0 | 1010001 | 11111 | 100 | 101000011 | 1011010 | 111001 |
Color Harmonies of #F42FA8
Complementary color
Monochromatic Colors of #F42FA8
Black with #F42FA8
Text Example
Text Example
White with #F42FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FA8; }
p { color: rgb(244,47,168); }
H1.HeaderClassName
{
color: #F42FA8;
}
.AnyTagClassName
{
color: #F42FA8;
}
</style>
background-color css
<style>
a { background-color: #F42FA8; }
a { background-color: rgb(244,47,168); }
div.DivClassName
{
background-color: #F42FA8;
}
.BgClassName
{
background-color: #F42FA8;
}
</style>
border-color css
<style>
span { border-color: #F42FA8; }
span { border-color: rgb(244,47,168); }
td.TdClassName
{
border-color: #F42FA8;
}
.TagClassName
{
border-color: #F42FA8;
}
</style>