Shades of Razzle Dazzle Rose #F42EE5
Tints of Razzle Dazzle Rose #F42EE5
RGB
CMYK
RGB Variations
Color information
#F42EE5 (or 0xF42EE5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2E and E5. RGB value is (244,46,229). Sum of RGB (Red+Green+Blue) = 244+46+229=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 46 (18.36% from 255 or 8.86% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F42EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42EE5 is #0BD11A. Grayscale: #7D7D7D. Windows color (decimal): -774427 or 15019764. OLE color: 15019764.
HSL color Cylindrical-coordinate representation of color #F42EE5: hue angle of 304.55º 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 #F42EE5 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 229 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.04 |
| HSL | 304.55º | 0.9% | 0.57% | - |
| HSV(B) | 304.55º | 0.81% | 0.96% | - |
| XYZ | 52.43 | 26.84 | 76.55 | - |
| YUV | 126.06 | 186.1 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 229 | 0 | 0.81 | 0.06 | 0.04 | 304.55 | 0.9 | 0.57 |
| Hex | F4 | 2E | E5 | 0 | 51 | 6 | 4 | 131 | 5A | 39 |
| Octal | 364 | 56 | 345 | 0 | 121 | 6 | 4 | 461 | 132 | 71 |
| Binary | 11110100 | 101110 | 11100101 | 0 | 1010001 | 110 | 100 | 100110001 | 1011010 | 111001 |
Color Harmonies of #F42EE5
Complementary color
Monochromatic Colors of #F42EE5
Black with #F42EE5
Text Example
Text Example
White with #F42EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42EE5; }
p { color: rgb(244,46,229); }
H1.HeaderClassName
{
color: #F42EE5;
}
.AnyTagClassName
{
color: #F42EE5;
}
</style>
background-color css
<style>
a { background-color: #F42EE5; }
a { background-color: rgb(244,46,229); }
div.DivClassName
{
background-color: #F42EE5;
}
.BgClassName
{
background-color: #F42EE5;
}
</style>
border-color css
<style>
span { border-color: #F42EE5; }
span { border-color: rgb(244,46,229); }
td.TdClassName
{
border-color: #F42EE5;
}
.TagClassName
{
border-color: #F42EE5;
}
</style>