Shades of Razzle Dazzle Rose #F44EC8
Tints of Razzle Dazzle Rose #F44EC8
RGB
CMYK
RGB Variations
Color information
#F44EC8 (or 0xF44EC8) is known color: Razzle Dazzle Rose. HEX triplet: F4, 4E and C8. RGB value is (244,78,200). Sum of RGB (Red+Green+Blue) = 244+78+200=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F44EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44EC8 is #0BB137. Grayscale: #8D8D8D. Windows color (decimal): -766264 or 13127412. OLE color: 13127412.
HSL color Cylindrical-coordinate representation of color #F44EC8: hue angle of 315.9º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44EC8 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 78 | 200 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.04 |
| HSL | 315.9º | 0.88% | 0.63% | - |
| HSV(B) | 315.9º | 0.68% | 0.96% | - |
| XYZ | 50.46 | 28.85 | 57.55 | - |
| YUV | 141.54 | 161 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 200 | 0 | 0.68 | 0.18 | 0.04 | 315.9 | 0.88 | 0.63 |
| Hex | F4 | 4E | C8 | 0 | 44 | 12 | 4 | 13C | 58 | 3F |
| Octal | 364 | 116 | 310 | 0 | 104 | 22 | 4 | 474 | 130 | 77 |
| Binary | 11110100 | 1001110 | 11001000 | 0 | 1000100 | 10010 | 100 | 100111100 | 1011000 | 111111 |
Color Harmonies of #F44EC8
Complementary color
Monochromatic Colors of #F44EC8
Black with #F44EC8
Text Example
Text Example
White with #F44EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44EC8; }
p { color: rgb(244,78,200); }
H1.HeaderClassName
{
color: #F44EC8;
}
.AnyTagClassName
{
color: #F44EC8;
}
</style>
background-color css
<style>
a { background-color: #F44EC8; }
a { background-color: rgb(244,78,200); }
div.DivClassName
{
background-color: #F44EC8;
}
.BgClassName
{
background-color: #F44EC8;
}
</style>
border-color css
<style>
span { border-color: #F44EC8; }
span { border-color: rgb(244,78,200); }
td.TdClassName
{
border-color: #F44EC8;
}
.TagClassName
{
border-color: #F44EC8;
}
</style>