Shades of Razzle Dazzle Rose #F420E5
Tints of Razzle Dazzle Rose #F420E5
RGB
CMYK
RGB Variations
Color information
#F420E5 (or 0xF420E5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 20 and E5. RGB value is (244,32,229). Sum of RGB (Red+Green+Blue) = 244+32+229=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F420E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F420E5 is #0BDF1A. Grayscale: #757575. Windows color (decimal): -778011 or 15016180. OLE color: 15016180.
HSL color Cylindrical-coordinate representation of color #F420E5: hue angle of 304.25º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F420E5 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 229 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.04 |
| HSL | 304.25º | 0.91% | 0.54% | - |
| HSV(B) | 304.25º | 0.87% | 0.96% | - |
| XYZ | 51.97 | 25.92 | 76.39 | - |
| YUV | 117.85 | 190.74 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 229 | 0 | 0.87 | 0.06 | 0.04 | 304.25 | 0.91 | 0.54 |
| Hex | F4 | 20 | E5 | 0 | 57 | 6 | 4 | 130 | 5B | 36 |
| Octal | 364 | 40 | 345 | 0 | 127 | 6 | 4 | 460 | 133 | 66 |
| Binary | 11110100 | 100000 | 11100101 | 0 | 1010111 | 110 | 100 | 100110000 | 1011011 | 110110 |
Color Harmonies of #F420E5
Complementary color
Monochromatic Colors of #F420E5
Black with #F420E5
Text Example
Text Example
White with #F420E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420E5; }
p { color: rgb(244,32,229); }
H1.HeaderClassName
{
color: #F420E5;
}
.AnyTagClassName
{
color: #F420E5;
}
</style>
background-color css
<style>
a { background-color: #F420E5; }
a { background-color: rgb(244,32,229); }
div.DivClassName
{
background-color: #F420E5;
}
.BgClassName
{
background-color: #F420E5;
}
</style>
border-color css
<style>
span { border-color: #F420E5; }
span { border-color: rgb(244,32,229); }
td.TdClassName
{
border-color: #F420E5;
}
.TagClassName
{
border-color: #F420E5;
}
</style>