Shades of Razzle Dazzle Rose #F449CE
Tints of Razzle Dazzle Rose #F449CE
RGB
CMYK
RGB Variations
Color information
#F449CE (or 0xF449CE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 49 and CE. RGB value is (244,73,206). Sum of RGB (Red+Green+Blue) = 244+73+206=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F449CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449CE is #0BB631. Grayscale: #8A8A8A. Windows color (decimal): -767538 or 13519348. OLE color: 13519348.
HSL color Cylindrical-coordinate representation of color #F449CE: hue angle of 313.33º 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 #F449CE is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 206 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.04 |
| HSL | 313.33º | 0.89% | 0.62% | - |
| HSV(B) | 313.33º | 0.7% | 0.96% | - |
| XYZ | 50.83 | 28.45 | 61.21 | - |
| YUV | 139.29 | 165.65 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 206 | 0 | 0.70 | 0.16 | 0.04 | 313.33 | 0.89 | 0.62 |
| Hex | F4 | 49 | CE | 0 | 46 | 10 | 4 | 139 | 59 | 3E |
| Octal | 364 | 111 | 316 | 0 | 106 | 20 | 4 | 471 | 131 | 76 |
| Binary | 11110100 | 1001001 | 11001110 | 0 | 1000110 | 10000 | 100 | 100111001 | 1011001 | 111110 |
Color Harmonies of #F449CE
Complementary color
Monochromatic Colors of #F449CE
Black with #F449CE
Text Example
Text Example
White with #F449CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449CE; }
p { color: rgb(244,73,206); }
H1.HeaderClassName
{
color: #F449CE;
}
.AnyTagClassName
{
color: #F449CE;
}
</style>
background-color css
<style>
a { background-color: #F449CE; }
a { background-color: rgb(244,73,206); }
div.DivClassName
{
background-color: #F449CE;
}
.BgClassName
{
background-color: #F449CE;
}
</style>
border-color css
<style>
span { border-color: #F449CE; }
span { border-color: rgb(244,73,206); }
td.TdClassName
{
border-color: #F449CE;
}
.TagClassName
{
border-color: #F449CE;
}
</style>