Shades of Razzle Dazzle Rose #F420E2
Tints of Razzle Dazzle Rose #F420E2
RGB
CMYK
RGB Variations
Color information
#F420E2 (or 0xF420E2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 20 and E2. RGB value is (244,32,226). Sum of RGB (Red+Green+Blue) = 244+32+226=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F420E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F420E2 is #0BDF1D. Grayscale: #747474. Windows color (decimal): -778014 or 14819572. OLE color: 14819572.
HSL color Cylindrical-coordinate representation of color #F420E2: hue angle of 305.09º 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 #F420E2 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 226 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.04 |
| HSL | 305.09º | 0.91% | 0.54% | - |
| HSV(B) | 305.09º | 0.87% | 0.96% | - |
| XYZ | 51.55 | 25.76 | 74.21 | - |
| YUV | 117.5 | 189.24 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 226 | 0 | 0.87 | 0.07 | 0.04 | 305.09 | 0.91 | 0.54 |
| Hex | F4 | 20 | E2 | 0 | 57 | 7 | 4 | 131 | 5B | 36 |
| Octal | 364 | 40 | 342 | 0 | 127 | 7 | 4 | 461 | 133 | 66 |
| Binary | 11110100 | 100000 | 11100010 | 0 | 1010111 | 111 | 100 | 100110001 | 1011011 | 110110 |
Color Harmonies of #F420E2
Complementary color
Monochromatic Colors of #F420E2
Black with #F420E2
Text Example
Text Example
White with #F420E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420E2; }
p { color: rgb(244,32,226); }
H1.HeaderClassName
{
color: #F420E2;
}
.AnyTagClassName
{
color: #F420E2;
}
</style>
background-color css
<style>
a { background-color: #F420E2; }
a { background-color: rgb(244,32,226); }
div.DivClassName
{
background-color: #F420E2;
}
.BgClassName
{
background-color: #F420E2;
}
</style>
border-color css
<style>
span { border-color: #F420E2; }
span { border-color: rgb(244,32,226); }
td.TdClassName
{
border-color: #F420E2;
}
.TagClassName
{
border-color: #F420E2;
}
</style>