Shades of Razzle Dazzle Rose #F449C1
Tints of Razzle Dazzle Rose #F449C1
RGB
CMYK
RGB Variations
Color information
#F449C1 (or 0xF449C1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 49 and C1. RGB value is (244,73,193). Sum of RGB (Red+Green+Blue) = 244+73+193=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F449C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449C1 is #0BB63E. Grayscale: #898989. Windows color (decimal): -767551 or 12667380. OLE color: 12667380.
HSL color Cylindrical-coordinate representation of color #F449C1: hue angle of 317.89º 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 #F449C1 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 193 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.04 |
| HSL | 317.89º | 0.89% | 0.62% | - |
| HSV(B) | 317.89º | 0.7% | 0.96% | - |
| XYZ | 49.32 | 27.85 | 53.23 | - |
| YUV | 137.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 193 | 0 | 0.70 | 0.21 | 0.04 | 317.89 | 0.89 | 0.62 |
| Hex | F4 | 49 | C1 | 0 | 46 | 15 | 4 | 13E | 59 | 3E |
| Octal | 364 | 111 | 301 | 0 | 106 | 25 | 4 | 476 | 131 | 76 |
| Binary | 11110100 | 1001001 | 11000001 | 0 | 1000110 | 10101 | 100 | 100111110 | 1011001 | 111110 |
Color Harmonies of #F449C1
Complementary color
Monochromatic Colors of #F449C1
Black with #F449C1
Text Example
Text Example
White with #F449C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449C1; }
p { color: rgb(244,73,193); }
H1.HeaderClassName
{
color: #F449C1;
}
.AnyTagClassName
{
color: #F449C1;
}
</style>
background-color css
<style>
a { background-color: #F449C1; }
a { background-color: rgb(244,73,193); }
div.DivClassName
{
background-color: #F449C1;
}
.BgClassName
{
background-color: #F449C1;
}
</style>
border-color css
<style>
span { border-color: #F449C1; }
span { border-color: rgb(244,73,193); }
td.TdClassName
{
border-color: #F449C1;
}
.TagClassName
{
border-color: #F449C1;
}
</style>