Shades of Persian Rose #F42394
Tints of Persian Rose #F42394
RGB
CMYK
RGB Variations
Color information
#F42394 (or 0xF42394) is known color: Persian Rose. HEX triplet: F4, 23 and 94. RGB value is (244,35,148). Sum of RGB (Red+Green+Blue) = 244+35+148=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F42394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42394 is #0BDC6B. Grayscale: #6E6E6E. Windows color (decimal): -777324 or 9708532. OLE color: 9708532.
HSL color Cylindrical-coordinate representation of color #F42394: hue angle of 327.56º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42394 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 148 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.04 |
| HSL | 327.56º | 0.9% | 0.55% | - |
| HSV(B) | 327.56º | 0.86% | 0.96% | - |
| XYZ | 43.25 | 22.57 | 30.09 | - |
| YUV | 110.37 | 149.24 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 148 | 0 | 0.86 | 0.39 | 0.04 | 327.56 | 0.9 | 0.55 |
| Hex | F4 | 23 | 94 | 0 | 56 | 27 | 4 | 148 | 5A | 37 |
| Octal | 364 | 43 | 224 | 0 | 126 | 47 | 4 | 510 | 132 | 67 |
| Binary | 11110100 | 100011 | 10010100 | 0 | 1010110 | 100111 | 100 | 101001000 | 1011010 | 110111 |
Color Harmonies of #F42394
Complementary color
Monochromatic Colors of #F42394
Black with #F42394
Text Example
Text Example
White with #F42394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42394; }
p { color: rgb(244,35,148); }
H1.HeaderClassName
{
color: #F42394;
}
.AnyTagClassName
{
color: #F42394;
}
</style>
background-color css
<style>
a { background-color: #F42394; }
a { background-color: rgb(244,35,148); }
div.DivClassName
{
background-color: #F42394;
}
.BgClassName
{
background-color: #F42394;
}
</style>
border-color css
<style>
span { border-color: #F42394; }
span { border-color: rgb(244,35,148); }
td.TdClassName
{
border-color: #F42394;
}
.TagClassName
{
border-color: #F42394;
}
</style>