Shades of Razzle Dazzle Rose #F42EEE
Tints of Razzle Dazzle Rose #F42EEE
RGB
CMYK
RGB Variations
Color information
#F42EEE (or 0xF42EEE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2E and EE. RGB value is (244,46,238). Sum of RGB (Red+Green+Blue) = 244+46+238=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 46 (18.36% from 255 or 8.71% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F42EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42EEE is #0BD111. Grayscale: #7E7E7E. Windows color (decimal): -774418 or 15609588. OLE color: 15609588.
HSL color Cylindrical-coordinate representation of color #F42EEE: hue angle of 301.82º 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 #F42EEE is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 238 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.04 |
| HSL | 301.82º | 0.9% | 0.57% | - |
| HSV(B) | 301.82º | 0.81% | 0.96% | - |
| XYZ | 53.72 | 27.36 | 83.34 | - |
| YUV | 127.09 | 190.6 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 238 | 0 | 0.81 | 0.02 | 0.04 | 301.82 | 0.9 | 0.57 |
| Hex | F4 | 2E | EE | 0 | 51 | 2 | 4 | 12E | 5A | 39 |
| Octal | 364 | 56 | 356 | 0 | 121 | 2 | 4 | 456 | 132 | 71 |
| Binary | 11110100 | 101110 | 11101110 | 0 | 1010001 | 10 | 100 | 100101110 | 1011010 | 111001 |
Color Harmonies of #F42EEE
Complementary color
Monochromatic Colors of #F42EEE
Black with #F42EEE
Text Example
Text Example
White with #F42EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42EEE; }
p { color: rgb(244,46,238); }
H1.HeaderClassName
{
color: #F42EEE;
}
.AnyTagClassName
{
color: #F42EEE;
}
</style>
background-color css
<style>
a { background-color: #F42EEE; }
a { background-color: rgb(244,46,238); }
div.DivClassName
{
background-color: #F42EEE;
}
.BgClassName
{
background-color: #F42EEE;
}
</style>
border-color css
<style>
span { border-color: #F42EEE; }
span { border-color: rgb(244,46,238); }
td.TdClassName
{
border-color: #F42EEE;
}
.TagClassName
{
border-color: #F42EEE;
}
</style>