Shades of Razzle Dazzle Rose #F44CCC
Tints of Razzle Dazzle Rose #F44CCC
RGB
CMYK
RGB Variations
Color information
#F44CCC (or 0xF44CCC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 4C and CC. RGB value is (244,76,204). Sum of RGB (Red+Green+Blue) = 244+76+204=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F44CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F44CCC is #0BB333. Grayscale: #8C8C8C. Windows color (decimal): -766772 or 13389044. OLE color: 13389044.
HSL color Cylindrical-coordinate representation of color #F44CCC: hue angle of 314.29º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44CCC is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 204 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.04 |
| HSL | 314.29º | 0.88% | 0.63% | - |
| HSV(B) | 314.29º | 0.69% | 0.96% | - |
| XYZ | 50.79 | 28.76 | 60 | - |
| YUV | 140.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 204 | 0 | 0.69 | 0.16 | 0.04 | 314.29 | 0.88 | 0.63 |
| Hex | F4 | 4C | CC | 0 | 45 | 10 | 4 | 13A | 58 | 3F |
| Octal | 364 | 114 | 314 | 0 | 105 | 20 | 4 | 472 | 130 | 77 |
| Binary | 11110100 | 1001100 | 11001100 | 0 | 1000101 | 10000 | 100 | 100111010 | 1011000 | 111111 |
Color Harmonies of #F44CCC
Complementary color
Monochromatic Colors of #F44CCC
Black with #F44CCC
Text Example
Text Example
White with #F44CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44CCC; }
p { color: rgb(244,76,204); }
H1.HeaderClassName
{
color: #F44CCC;
}
.AnyTagClassName
{
color: #F44CCC;
}
</style>
background-color css
<style>
a { background-color: #F44CCC; }
a { background-color: rgb(244,76,204); }
div.DivClassName
{
background-color: #F44CCC;
}
.BgClassName
{
background-color: #F44CCC;
}
</style>
border-color css
<style>
span { border-color: #F44CCC; }
span { border-color: rgb(244,76,204); }
td.TdClassName
{
border-color: #F44CCC;
}
.TagClassName
{
border-color: #F44CCC;
}
</style>