Shades of Razzle Dazzle Rose #F049C7
Tints of Razzle Dazzle Rose #F049C7
RGB
CMYK
RGB Variations
Color information
#F049C7 (or 0xF049C7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 49 and C7. RGB value is (240,73,199). Sum of RGB (Red+Green+Blue) = 240+73+199=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F049C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049C7 is #0FB638. Grayscale: #888888. Windows color (decimal): -1029689 or 13060592. OLE color: 13060592.
HSL color Cylindrical-coordinate representation of color #F049C7: hue angle of 314.73º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049C7 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 199 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.06 |
| HSL | 314.73º | 0.85% | 0.61% | - |
| HSV(B) | 314.73º | 0.7% | 0.94% | - |
| XYZ | 48.63 | 27.41 | 56.76 | - |
| YUV | 137.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 199 | 0 | 0.70 | 0.17 | 0.06 | 314.73 | 0.85 | 0.61 |
| Hex | F0 | 49 | C7 | 0 | 46 | 11 | 6 | 13B | 55 | 3D |
| Octal | 360 | 111 | 307 | 0 | 106 | 21 | 6 | 473 | 125 | 75 |
| Binary | 11110000 | 1001001 | 11000111 | 0 | 1000110 | 10001 | 110 | 100111011 | 1010101 | 111101 |
Color Harmonies of #F049C7
Complementary color
Monochromatic Colors of #F049C7
Black with #F049C7
Text Example
Text Example
White with #F049C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049C7; }
p { color: rgb(240,73,199); }
H1.HeaderClassName
{
color: #F049C7;
}
.AnyTagClassName
{
color: #F049C7;
}
</style>
background-color css
<style>
a { background-color: #F049C7; }
a { background-color: rgb(240,73,199); }
div.DivClassName
{
background-color: #F049C7;
}
.BgClassName
{
background-color: #F049C7;
}
</style>
border-color css
<style>
span { border-color: #F049C7; }
span { border-color: rgb(240,73,199); }
td.TdClassName
{
border-color: #F049C7;
}
.TagClassName
{
border-color: #F049C7;
}
</style>