Shades of Razzle Dazzle Rose #F42ED4
Tints of Razzle Dazzle Rose #F42ED4
RGB
CMYK
RGB Variations
Color information
#F42ED4 (or 0xF42ED4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2E and D4. RGB value is (244,46,212). Sum of RGB (Red+Green+Blue) = 244+46+212=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F42ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42ED4 is #0BD12B. Grayscale: #7B7B7B. Windows color (decimal): -774444 or 13905652. OLE color: 13905652.
HSL color Cylindrical-coordinate representation of color #F42ED4: hue angle of 309.7º 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 #F42ED4 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 212 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.04 |
| HSL | 309.7º | 0.9% | 0.57% | - |
| HSV(B) | 309.7º | 0.81% | 0.96% | - |
| XYZ | 50.17 | 25.94 | 64.65 | - |
| YUV | 124.13 | 177.6 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 212 | 0 | 0.81 | 0.13 | 0.04 | 309.7 | 0.9 | 0.57 |
| Hex | F4 | 2E | D4 | 0 | 51 | D | 4 | 136 | 5A | 39 |
| Octal | 364 | 56 | 324 | 0 | 121 | 15 | 4 | 466 | 132 | 71 |
| Binary | 11110100 | 101110 | 11010100 | 0 | 1010001 | 1101 | 100 | 100110110 | 1011010 | 111001 |
Color Harmonies of #F42ED4
Complementary color
Monochromatic Colors of #F42ED4
Black with #F42ED4
Text Example
Text Example
White with #F42ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42ED4; }
p { color: rgb(244,46,212); }
H1.HeaderClassName
{
color: #F42ED4;
}
.AnyTagClassName
{
color: #F42ED4;
}
</style>
background-color css
<style>
a { background-color: #F42ED4; }
a { background-color: rgb(244,46,212); }
div.DivClassName
{
background-color: #F42ED4;
}
.BgClassName
{
background-color: #F42ED4;
}
</style>
border-color css
<style>
span { border-color: #F42ED4; }
span { border-color: rgb(244,46,212); }
td.TdClassName
{
border-color: #F42ED4;
}
.TagClassName
{
border-color: #F42ED4;
}
</style>