Shades of Razzle Dazzle Rose #F449C0
Tints of Razzle Dazzle Rose #F449C0
RGB
CMYK
RGB Variations
Color information
#F449C0 (or 0xF449C0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 49 and C0. RGB value is (244,73,192). Sum of RGB (Red+Green+Blue) = 244+73+192=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F449C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449C0 is #0BB63F. Grayscale: #898989. Windows color (decimal): -767552 or 12601844. OLE color: 12601844.
HSL color Cylindrical-coordinate representation of color #F449C0: hue angle of 318.25º 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 #F449C0 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 192 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.04 |
| HSL | 318.25º | 0.89% | 0.62% | - |
| HSV(B) | 318.25º | 0.7% | 0.96% | - |
| XYZ | 49.21 | 27.8 | 52.64 | - |
| YUV | 137.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 192 | 0 | 0.70 | 0.21 | 0.04 | 318.25 | 0.89 | 0.62 |
| Hex | F4 | 49 | C0 | 0 | 46 | 15 | 4 | 13E | 59 | 3E |
| Octal | 364 | 111 | 300 | 0 | 106 | 25 | 4 | 476 | 131 | 76 |
| Binary | 11110100 | 1001001 | 11000000 | 0 | 1000110 | 10101 | 100 | 100111110 | 1011001 | 111110 |
Color Harmonies of #F449C0
Complementary color
Monochromatic Colors of #F449C0
Black with #F449C0
Text Example
Text Example
White with #F449C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449C0; }
p { color: rgb(244,73,192); }
H1.HeaderClassName
{
color: #F449C0;
}
.AnyTagClassName
{
color: #F449C0;
}
</style>
background-color css
<style>
a { background-color: #F449C0; }
a { background-color: rgb(244,73,192); }
div.DivClassName
{
background-color: #F449C0;
}
.BgClassName
{
background-color: #F449C0;
}
</style>
border-color css
<style>
span { border-color: #F449C0; }
span { border-color: rgb(244,73,192); }
td.TdClassName
{
border-color: #F449C0;
}
.TagClassName
{
border-color: #F449C0;
}
</style>