Shades of Razzle Dazzle Rose #F44DC0
Tints of Razzle Dazzle Rose #F44DC0
RGB
CMYK
RGB Variations
Color information
#F44DC0 (or 0xF44DC0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 4D and C0. RGB value is (244,77,192). Sum of RGB (Red+Green+Blue) = 244+77+192=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44DC0 is #0BB23F. Grayscale: #8B8B8B. Windows color (decimal): -766528 or 12602868. OLE color: 12602868.
HSL color Cylindrical-coordinate representation of color #F44DC0: hue angle of 318.68º 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 #F44DC0 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 192 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.04 |
| HSL | 318.68º | 0.88% | 0.63% | - |
| HSV(B) | 318.68º | 0.68% | 0.96% | - |
| XYZ | 49.48 | 28.35 | 52.73 | - |
| YUV | 140.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 192 | 0 | 0.68 | 0.21 | 0.04 | 318.68 | 0.88 | 0.63 |
| Hex | F4 | 4D | C0 | 0 | 44 | 15 | 4 | 13F | 58 | 3F |
| Octal | 364 | 115 | 300 | 0 | 104 | 25 | 4 | 477 | 130 | 77 |
| Binary | 11110100 | 1001101 | 11000000 | 0 | 1000100 | 10101 | 100 | 100111111 | 1011000 | 111111 |
Color Harmonies of #F44DC0
Complementary color
Monochromatic Colors of #F44DC0
Black with #F44DC0
Text Example
Text Example
White with #F44DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DC0; }
p { color: rgb(244,77,192); }
H1.HeaderClassName
{
color: #F44DC0;
}
.AnyTagClassName
{
color: #F44DC0;
}
</style>
background-color css
<style>
a { background-color: #F44DC0; }
a { background-color: rgb(244,77,192); }
div.DivClassName
{
background-color: #F44DC0;
}
.BgClassName
{
background-color: #F44DC0;
}
</style>
border-color css
<style>
span { border-color: #F44DC0; }
span { border-color: rgb(244,77,192); }
td.TdClassName
{
border-color: #F44DC0;
}
.TagClassName
{
border-color: #F44DC0;
}
</style>