Shades of Razzle Dazzle Rose #F42EED
Tints of Razzle Dazzle Rose #F42EED
RGB
CMYK
RGB Variations
Color information
#F42EED (or 0xF42EED) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2E and ED. RGB value is (244,46,237). Sum of RGB (Red+Green+Blue) = 244+46+237=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 46 (18.36% from 255 or 8.73% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F42EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42EED is #0BD112. Grayscale: #7E7E7E. Windows color (decimal): -774419 or 15544052. OLE color: 15544052.
HSL color Cylindrical-coordinate representation of color #F42EED: hue angle of 302.12º 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 #F42EED is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 237 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.04 |
| HSL | 302.12º | 0.9% | 0.57% | - |
| HSV(B) | 302.12º | 0.81% | 0.96% | - |
| XYZ | 53.57 | 27.3 | 82.57 | - |
| YUV | 126.98 | 190.1 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 237 | 0 | 0.81 | 0.03 | 0.04 | 302.12 | 0.9 | 0.57 |
| Hex | F4 | 2E | ED | 0 | 51 | 3 | 4 | 12E | 5A | 39 |
| Octal | 364 | 56 | 355 | 0 | 121 | 3 | 4 | 456 | 132 | 71 |
| Binary | 11110100 | 101110 | 11101101 | 0 | 1010001 | 11 | 100 | 100101110 | 1011010 | 111001 |
Color Harmonies of #F42EED
Complementary color
Monochromatic Colors of #F42EED
Black with #F42EED
Text Example
Text Example
White with #F42EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42EED; }
p { color: rgb(244,46,237); }
H1.HeaderClassName
{
color: #F42EED;
}
.AnyTagClassName
{
color: #F42EED;
}
</style>
background-color css
<style>
a { background-color: #F42EED; }
a { background-color: rgb(244,46,237); }
div.DivClassName
{
background-color: #F42EED;
}
.BgClassName
{
background-color: #F42EED;
}
</style>
border-color css
<style>
span { border-color: #F42EED; }
span { border-color: rgb(244,46,237); }
td.TdClassName
{
border-color: #F42EED;
}
.TagClassName
{
border-color: #F42EED;
}
</style>