Shades of Razzle Dazzle Rose #F44ACE
Tints of Razzle Dazzle Rose #F44ACE
RGB
CMYK
RGB Variations
Color information
#F44ACE (or 0xF44ACE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 4A and CE. RGB value is (244,74,206). Sum of RGB (Red+Green+Blue) = 244+74+206=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F44ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F44ACE is #0BB531. Grayscale: #8B8B8B. Windows color (decimal): -767282 or 13519604. OLE color: 13519604.
HSL color Cylindrical-coordinate representation of color #F44ACE: hue angle of 313.41º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44ACE is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 206 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.04 |
| HSL | 313.41º | 0.89% | 0.62% | - |
| HSV(B) | 313.41º | 0.7% | 0.96% | - |
| XYZ | 50.9 | 28.59 | 61.23 | - |
| YUV | 139.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 206 | 0 | 0.70 | 0.16 | 0.04 | 313.41 | 0.89 | 0.62 |
| Hex | F4 | 4A | CE | 0 | 46 | 10 | 4 | 139 | 59 | 3E |
| Octal | 364 | 112 | 316 | 0 | 106 | 20 | 4 | 471 | 131 | 76 |
| Binary | 11110100 | 1001010 | 11001110 | 0 | 1000110 | 10000 | 100 | 100111001 | 1011001 | 111110 |
Color Harmonies of #F44ACE
Complementary color
Monochromatic Colors of #F44ACE
Black with #F44ACE
Text Example
Text Example
White with #F44ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44ACE; }
p { color: rgb(244,74,206); }
H1.HeaderClassName
{
color: #F44ACE;
}
.AnyTagClassName
{
color: #F44ACE;
}
</style>
background-color css
<style>
a { background-color: #F44ACE; }
a { background-color: rgb(244,74,206); }
div.DivClassName
{
background-color: #F44ACE;
}
.BgClassName
{
background-color: #F44ACE;
}
</style>
border-color css
<style>
span { border-color: #F44ACE; }
span { border-color: rgb(244,74,206); }
td.TdClassName
{
border-color: #F44ACE;
}
.TagClassName
{
border-color: #F44ACE;
}
</style>