Shades of Razzle Dazzle Rose #F42EDA
Tints of Razzle Dazzle Rose #F42EDA
RGB
CMYK
RGB Variations
Color information
#F42EDA (or 0xF42EDA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2E and DA. RGB value is (244,46,218). Sum of RGB (Red+Green+Blue) = 244+46+218=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F42EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42EDA is #0BD125. Grayscale: #7C7C7C. Windows color (decimal): -774438 or 14298868. OLE color: 14298868.
HSL color Cylindrical-coordinate representation of color #F42EDA: hue angle of 307.88º 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 #F42EDA is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 218 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.04 |
| HSL | 307.88º | 0.9% | 0.57% | - |
| HSV(B) | 307.88º | 0.81% | 0.96% | - |
| XYZ | 50.94 | 26.25 | 68.71 | - |
| YUV | 124.81 | 180.6 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 218 | 0 | 0.81 | 0.11 | 0.04 | 307.88 | 0.9 | 0.57 |
| Hex | F4 | 2E | DA | 0 | 51 | B | 4 | 134 | 5A | 39 |
| Octal | 364 | 56 | 332 | 0 | 121 | 13 | 4 | 464 | 132 | 71 |
| Binary | 11110100 | 101110 | 11011010 | 0 | 1010001 | 1011 | 100 | 100110100 | 1011010 | 111001 |
Color Harmonies of #F42EDA
Complementary color
Monochromatic Colors of #F42EDA
Black with #F42EDA
Text Example
Text Example
White with #F42EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42EDA; }
p { color: rgb(244,46,218); }
H1.HeaderClassName
{
color: #F42EDA;
}
.AnyTagClassName
{
color: #F42EDA;
}
</style>
background-color css
<style>
a { background-color: #F42EDA; }
a { background-color: rgb(244,46,218); }
div.DivClassName
{
background-color: #F42EDA;
}
.BgClassName
{
background-color: #F42EDA;
}
</style>
border-color css
<style>
span { border-color: #F42EDA; }
span { border-color: rgb(244,46,218); }
td.TdClassName
{
border-color: #F42EDA;
}
.TagClassName
{
border-color: #F42EDA;
}
</style>