Shades of Razzle Dazzle Rose #F949C0
Tints of Razzle Dazzle Rose #F949C0
RGB
CMYK
RGB Variations
Color information
#F949C0 (or 0xF949C0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and C0. RGB value is (249,73,192). Sum of RGB (Red+Green+Blue) = 249+73+192=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F949C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949C0 is #06B63F. Grayscale: #8A8A8A. Windows color (decimal): -439872 or 12601849. OLE color: 12601849.
HSL color Cylindrical-coordinate representation of color #F949C0: hue angle of 319.43º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949C0 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 192 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.02 |
| HSL | 319.43º | 0.94% | 0.63% | - |
| HSV(B) | 319.43º | 0.71% | 0.98% | - |
| XYZ | 50.96 | 28.71 | 52.72 | - |
| YUV | 139.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 192 | 0 | 0.71 | 0.23 | 0.02 | 319.43 | 0.94 | 0.63 |
| Hex | F9 | 49 | C0 | 0 | 47 | 17 | 2 | 13F | 5E | 3F |
| Octal | 371 | 111 | 300 | 0 | 107 | 27 | 2 | 477 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11000000 | 0 | 1000111 | 10111 | 10 | 100111111 | 1011110 | 111111 |
Color Harmonies of #F949C0
Complementary color
Monochromatic Colors of #F949C0
Black with #F949C0
Text Example
Text Example
White with #F949C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949C0; }
p { color: rgb(249,73,192); }
H1.HeaderClassName
{
color: #F949C0;
}
.AnyTagClassName
{
color: #F949C0;
}
</style>
background-color css
<style>
a { background-color: #F949C0; }
a { background-color: rgb(249,73,192); }
div.DivClassName
{
background-color: #F949C0;
}
.BgClassName
{
background-color: #F949C0;
}
</style>
border-color css
<style>
span { border-color: #F949C0; }
span { border-color: rgb(249,73,192); }
td.TdClassName
{
border-color: #F949C0;
}
.TagClassName
{
border-color: #F949C0;
}
</style>