Shades of Razzle Dazzle Rose #F949C7
Tints of Razzle Dazzle Rose #F949C7
RGB
CMYK
RGB Variations
Color information
#F949C7 (or 0xF949C7) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and C7. RGB value is (249,73,199). Sum of RGB (Red+Green+Blue) = 249+73+199=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F949C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949C7 is #06B638. Grayscale: #8B8B8B. Windows color (decimal): -439865 or 13060601. OLE color: 13060601.
HSL color Cylindrical-coordinate representation of color #F949C7: hue angle of 317.05º 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 #F949C7 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 199 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.02 |
| HSL | 317.05º | 0.94% | 0.63% | - |
| HSV(B) | 317.05º | 0.71% | 0.98% | - |
| XYZ | 51.76 | 29.03 | 56.91 | - |
| YUV | 139.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 199 | 0 | 0.71 | 0.20 | 0.02 | 317.05 | 0.94 | 0.63 |
| Hex | F9 | 49 | C7 | 0 | 47 | 14 | 2 | 13D | 5E | 3F |
| Octal | 371 | 111 | 307 | 0 | 107 | 24 | 2 | 475 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11000111 | 0 | 1000111 | 10100 | 10 | 100111101 | 1011110 | 111111 |
Color Harmonies of #F949C7
Complementary color
Monochromatic Colors of #F949C7
Black with #F949C7
Text Example
Text Example
White with #F949C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949C7; }
p { color: rgb(249,73,199); }
H1.HeaderClassName
{
color: #F949C7;
}
.AnyTagClassName
{
color: #F949C7;
}
</style>
background-color css
<style>
a { background-color: #F949C7; }
a { background-color: rgb(249,73,199); }
div.DivClassName
{
background-color: #F949C7;
}
.BgClassName
{
background-color: #F949C7;
}
</style>
border-color css
<style>
span { border-color: #F949C7; }
span { border-color: rgb(249,73,199); }
td.TdClassName
{
border-color: #F949C7;
}
.TagClassName
{
border-color: #F949C7;
}
</style>