Shades of Razzle Dazzle Rose #F421E2
Tints of Razzle Dazzle Rose #F421E2
RGB
CMYK
RGB Variations
Color information
#F421E2 (or 0xF421E2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 21 and E2. RGB value is (244,33,226). Sum of RGB (Red+Green+Blue) = 244+33+226=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F421E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421E2 is #0BDE1D. Grayscale: #757575. Windows color (decimal): -777758 or 14819828. OLE color: 14819828.
HSL color Cylindrical-coordinate representation of color #F421E2: hue angle of 305.12º 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 #F421E2 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 226 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.04 |
| HSL | 305.12º | 0.91% | 0.54% | - |
| HSV(B) | 305.12º | 0.86% | 0.96% | - |
| XYZ | 51.58 | 25.81 | 74.22 | - |
| YUV | 118.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 226 | 0 | 0.86 | 0.07 | 0.04 | 305.12 | 0.91 | 0.54 |
| Hex | F4 | 21 | E2 | 0 | 56 | 7 | 4 | 131 | 5B | 36 |
| Octal | 364 | 41 | 342 | 0 | 126 | 7 | 4 | 461 | 133 | 66 |
| Binary | 11110100 | 100001 | 11100010 | 0 | 1010110 | 111 | 100 | 100110001 | 1011011 | 110110 |
Color Harmonies of #F421E2
Complementary color
Monochromatic Colors of #F421E2
Black with #F421E2
Text Example
Text Example
White with #F421E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421E2; }
p { color: rgb(244,33,226); }
H1.HeaderClassName
{
color: #F421E2;
}
.AnyTagClassName
{
color: #F421E2;
}
</style>
background-color css
<style>
a { background-color: #F421E2; }
a { background-color: rgb(244,33,226); }
div.DivClassName
{
background-color: #F421E2;
}
.BgClassName
{
background-color: #F421E2;
}
</style>
border-color css
<style>
span { border-color: #F421E2; }
span { border-color: rgb(244,33,226); }
td.TdClassName
{
border-color: #F421E2;
}
.TagClassName
{
border-color: #F421E2;
}
</style>