Shades of Razzle Dazzle Rose #F42ECC
Tints of Razzle Dazzle Rose #F42ECC
RGB
CMYK
RGB Variations
Color information
#F42ECC (or 0xF42ECC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2E and CC. RGB value is (244,46,204). Sum of RGB (Red+Green+Blue) = 244+46+204=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F42ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42ECC is #0BD133. Grayscale: #7A7A7A. Windows color (decimal): -774452 or 13381364. OLE color: 13381364.
HSL color Cylindrical-coordinate representation of color #F42ECC: hue angle of 312.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 #F42ECC is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 204 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.04 |
| HSL | 312.12º | 0.9% | 0.57% | - |
| HSV(B) | 312.12º | 0.81% | 0.96% | - |
| XYZ | 49.18 | 25.55 | 59.47 | - |
| YUV | 123.21 | 173.6 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 204 | 0 | 0.81 | 0.16 | 0.04 | 312.12 | 0.9 | 0.57 |
| Hex | F4 | 2E | CC | 0 | 51 | 10 | 4 | 138 | 5A | 39 |
| Octal | 364 | 56 | 314 | 0 | 121 | 20 | 4 | 470 | 132 | 71 |
| Binary | 11110100 | 101110 | 11001100 | 0 | 1010001 | 10000 | 100 | 100111000 | 1011010 | 111001 |
Color Harmonies of #F42ECC
Complementary color
Monochromatic Colors of #F42ECC
Black with #F42ECC
Text Example
Text Example
White with #F42ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42ECC; }
p { color: rgb(244,46,204); }
H1.HeaderClassName
{
color: #F42ECC;
}
.AnyTagClassName
{
color: #F42ECC;
}
</style>
background-color css
<style>
a { background-color: #F42ECC; }
a { background-color: rgb(244,46,204); }
div.DivClassName
{
background-color: #F42ECC;
}
.BgClassName
{
background-color: #F42ECC;
}
</style>
border-color css
<style>
span { border-color: #F42ECC; }
span { border-color: rgb(244,46,204); }
td.TdClassName
{
border-color: #F42ECC;
}
.TagClassName
{
border-color: #F42ECC;
}
</style>