Shades of Persian Rose #F42198
Tints of Persian Rose #F42198
RGB
CMYK
RGB Variations
Color information
#F42198 (or 0xF42198) is known color: Persian Rose. HEX triplet: F4, 21 and 98. RGB value is (244,33,152). Sum of RGB (Red+Green+Blue) = 244+33+152=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F42198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42198 is #0BDE67. Grayscale: #6D6D6D. Windows color (decimal): -777832 or 9970164. OLE color: 9970164.
HSL color Cylindrical-coordinate representation of color #F42198: hue angle of 326.16º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42198 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 152 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.04 |
| HSL | 326.16º | 0.91% | 0.54% | - |
| HSV(B) | 326.16º | 0.86% | 0.96% | - |
| XYZ | 43.52 | 22.59 | 31.77 | - |
| YUV | 109.66 | 151.9 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 152 | 0 | 0.86 | 0.38 | 0.04 | 326.16 | 0.91 | 0.54 |
| Hex | F4 | 21 | 98 | 0 | 56 | 26 | 4 | 146 | 5B | 36 |
| Octal | 364 | 41 | 230 | 0 | 126 | 46 | 4 | 506 | 133 | 66 |
| Binary | 11110100 | 100001 | 10011000 | 0 | 1010110 | 100110 | 100 | 101000110 | 1011011 | 110110 |
Color Harmonies of #F42198
Complementary color
Monochromatic Colors of #F42198
Black with #F42198
Text Example
Text Example
White with #F42198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42198; }
p { color: rgb(244,33,152); }
H1.HeaderClassName
{
color: #F42198;
}
.AnyTagClassName
{
color: #F42198;
}
</style>
background-color css
<style>
a { background-color: #F42198; }
a { background-color: rgb(244,33,152); }
div.DivClassName
{
background-color: #F42198;
}
.BgClassName
{
background-color: #F42198;
}
</style>
border-color css
<style>
span { border-color: #F42198; }
span { border-color: rgb(244,33,152); }
td.TdClassName
{
border-color: #F42198;
}
.TagClassName
{
border-color: #F42198;
}
</style>