Shades of Razzle Dazzle Rose #F449CC
Tints of Razzle Dazzle Rose #F449CC
RGB
CMYK
RGB Variations
Color information
#F449CC (or 0xF449CC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 49 and CC. RGB value is (244,73,204). Sum of RGB (Red+Green+Blue) = 244+73+204=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F449CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449CC is #0BB633. Grayscale: #8A8A8A. Windows color (decimal): -767540 or 13388276. OLE color: 13388276.
HSL color Cylindrical-coordinate representation of color #F449CC: hue angle of 314.04º 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 #F449CC is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 204 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.04 |
| HSL | 314.04º | 0.89% | 0.62% | - |
| HSV(B) | 314.04º | 0.7% | 0.96% | - |
| XYZ | 50.59 | 28.36 | 59.93 | - |
| YUV | 139.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 204 | 0 | 0.70 | 0.16 | 0.04 | 314.04 | 0.89 | 0.62 |
| Hex | F4 | 49 | CC | 0 | 46 | 10 | 4 | 13A | 59 | 3E |
| Octal | 364 | 111 | 314 | 0 | 106 | 20 | 4 | 472 | 131 | 76 |
| Binary | 11110100 | 1001001 | 11001100 | 0 | 1000110 | 10000 | 100 | 100111010 | 1011001 | 111110 |
Color Harmonies of #F449CC
Complementary color
Monochromatic Colors of #F449CC
Black with #F449CC
Text Example
Text Example
White with #F449CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449CC; }
p { color: rgb(244,73,204); }
H1.HeaderClassName
{
color: #F449CC;
}
.AnyTagClassName
{
color: #F449CC;
}
</style>
background-color css
<style>
a { background-color: #F449CC; }
a { background-color: rgb(244,73,204); }
div.DivClassName
{
background-color: #F449CC;
}
.BgClassName
{
background-color: #F449CC;
}
</style>
border-color css
<style>
span { border-color: #F449CC; }
span { border-color: rgb(244,73,204); }
td.TdClassName
{
border-color: #F449CC;
}
.TagClassName
{
border-color: #F449CC;
}
</style>