Shades of Razzle Dazzle Rose #F42DCC
Tints of Razzle Dazzle Rose #F42DCC
RGB
CMYK
RGB Variations
Color information
#F42DCC (or 0xF42DCC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2D and CC. RGB value is (244,45,204). Sum of RGB (Red+Green+Blue) = 244+45+204=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F42DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42DCC is #0BD233. Grayscale: #7A7A7A. Windows color (decimal): -774708 or 13381108. OLE color: 13381108.
HSL color Cylindrical-coordinate representation of color #F42DCC: hue angle of 312.06º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42DCC is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 204 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.04 |
| HSL | 312.06º | 0.9% | 0.57% | - |
| HSV(B) | 312.06º | 0.82% | 0.96% | - |
| XYZ | 49.15 | 25.47 | 59.45 | - |
| YUV | 122.63 | 173.93 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 204 | 0 | 0.82 | 0.16 | 0.04 | 312.06 | 0.9 | 0.57 |
| Hex | F4 | 2D | CC | 0 | 52 | 10 | 4 | 138 | 5A | 39 |
| Octal | 364 | 55 | 314 | 0 | 122 | 20 | 4 | 470 | 132 | 71 |
| Binary | 11110100 | 101101 | 11001100 | 0 | 1010010 | 10000 | 100 | 100111000 | 1011010 | 111001 |
Color Harmonies of #F42DCC
Complementary color
Monochromatic Colors of #F42DCC
Black with #F42DCC
Text Example
Text Example
White with #F42DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42DCC; }
p { color: rgb(244,45,204); }
H1.HeaderClassName
{
color: #F42DCC;
}
.AnyTagClassName
{
color: #F42DCC;
}
</style>
background-color css
<style>
a { background-color: #F42DCC; }
a { background-color: rgb(244,45,204); }
div.DivClassName
{
background-color: #F42DCC;
}
.BgClassName
{
background-color: #F42DCC;
}
</style>
border-color css
<style>
span { border-color: #F42DCC; }
span { border-color: rgb(244,45,204); }
td.TdClassName
{
border-color: #F42DCC;
}
.TagClassName
{
border-color: #F42DCC;
}
</style>