Shades of Razzle Dazzle Rose #F43ECC
Tints of Razzle Dazzle Rose #F43ECC
RGB
CMYK
RGB Variations
Color information
#F43ECC (or 0xF43ECC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 3E and CC. RGB value is (244,62,204). Sum of RGB (Red+Green+Blue) = 244+62+204=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F43ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43ECC is #0BC133. Grayscale: #848484. Windows color (decimal): -770356 or 13385460. OLE color: 13385460.
HSL color Cylindrical-coordinate representation of color #F43ECC: hue angle of 313.19º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43ECC is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 62 | 204 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.04 |
| HSL | 313.19º | 0.89% | 0.6% | - |
| HSV(B) | 313.19º | 0.75% | 0.96% | - |
| XYZ | 49.93 | 27.04 | 59.71 | - |
| YUV | 132.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 62 | 204 | 0 | 0.75 | 0.16 | 0.04 | 313.19 | 0.89 | 0.6 |
| Hex | F4 | 3E | CC | 0 | 4B | 10 | 4 | 139 | 59 | 3C |
| Octal | 364 | 76 | 314 | 0 | 113 | 20 | 4 | 471 | 131 | 74 |
| Binary | 11110100 | 111110 | 11001100 | 0 | 1001011 | 10000 | 100 | 100111001 | 1011001 | 111100 |
Color Harmonies of #F43ECC
Complementary color
Monochromatic Colors of #F43ECC
Black with #F43ECC
Text Example
Text Example
White with #F43ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43ECC; }
p { color: rgb(244,62,204); }
H1.HeaderClassName
{
color: #F43ECC;
}
.AnyTagClassName
{
color: #F43ECC;
}
</style>
background-color css
<style>
a { background-color: #F43ECC; }
a { background-color: rgb(244,62,204); }
div.DivClassName
{
background-color: #F43ECC;
}
.BgClassName
{
background-color: #F43ECC;
}
</style>
border-color css
<style>
span { border-color: #F43ECC; }
span { border-color: rgb(244,62,204); }
td.TdClassName
{
border-color: #F43ECC;
}
.TagClassName
{
border-color: #F43ECC;
}
</style>