Shades of Razzle Dazzle Rose #F44DC5
Tints of Razzle Dazzle Rose #F44DC5
RGB
CMYK
RGB Variations
Color information
#F44DC5 (or 0xF44DC5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 4D and C5. RGB value is (244,77,197). Sum of RGB (Red+Green+Blue) = 244+77+197=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44DC5 is #0BB23A. Grayscale: #8C8C8C. Windows color (decimal): -766523 or 12930548. OLE color: 12930548.
HSL color Cylindrical-coordinate representation of color #F44DC5: hue angle of 316.89º 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 #F44DC5 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 197 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.04 |
| HSL | 316.89º | 0.88% | 0.63% | - |
| HSV(B) | 316.89º | 0.68% | 0.96% | - |
| XYZ | 50.04 | 28.57 | 55.7 | - |
| YUV | 140.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 197 | 0 | 0.68 | 0.19 | 0.04 | 316.89 | 0.88 | 0.63 |
| Hex | F4 | 4D | C5 | 0 | 44 | 13 | 4 | 13D | 58 | 3F |
| Octal | 364 | 115 | 305 | 0 | 104 | 23 | 4 | 475 | 130 | 77 |
| Binary | 11110100 | 1001101 | 11000101 | 0 | 1000100 | 10011 | 100 | 100111101 | 1011000 | 111111 |
Color Harmonies of #F44DC5
Complementary color
Monochromatic Colors of #F44DC5
Black with #F44DC5
Text Example
Text Example
White with #F44DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DC5; }
p { color: rgb(244,77,197); }
H1.HeaderClassName
{
color: #F44DC5;
}
.AnyTagClassName
{
color: #F44DC5;
}
</style>
background-color css
<style>
a { background-color: #F44DC5; }
a { background-color: rgb(244,77,197); }
div.DivClassName
{
background-color: #F44DC5;
}
.BgClassName
{
background-color: #F44DC5;
}
</style>
border-color css
<style>
span { border-color: #F44DC5; }
span { border-color: rgb(244,77,197); }
td.TdClassName
{
border-color: #F44DC5;
}
.TagClassName
{
border-color: #F44DC5;
}
</style>