Shades of Razzle Dazzle Rose #F949C8
Tints of Razzle Dazzle Rose #F949C8
RGB
CMYK
RGB Variations
Color information
#F949C8 (or 0xF949C8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and C8. RGB value is (249,73,200). Sum of RGB (Red+Green+Blue) = 249+73+200=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F949C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949C8 is #06B637. Grayscale: #8B8B8B. Windows color (decimal): -439864 or 13126137. OLE color: 13126137.
HSL color Cylindrical-coordinate representation of color #F949C8: hue angle of 316.7º 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 #F949C8 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 200 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.02 |
| HSL | 316.7º | 0.94% | 0.63% | - |
| HSV(B) | 316.7º | 0.71% | 0.98% | - |
| XYZ | 51.87 | 29.07 | 57.52 | - |
| YUV | 140.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 200 | 0 | 0.71 | 0.20 | 0.02 | 316.7 | 0.94 | 0.63 |
| Hex | F9 | 49 | C8 | 0 | 47 | 14 | 2 | 13D | 5E | 3F |
| Octal | 371 | 111 | 310 | 0 | 107 | 24 | 2 | 475 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11001000 | 0 | 1000111 | 10100 | 10 | 100111101 | 1011110 | 111111 |
Color Harmonies of #F949C8
Complementary color
Monochromatic Colors of #F949C8
Black with #F949C8
Text Example
Text Example
White with #F949C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949C8; }
p { color: rgb(249,73,200); }
H1.HeaderClassName
{
color: #F949C8;
}
.AnyTagClassName
{
color: #F949C8;
}
</style>
background-color css
<style>
a { background-color: #F949C8; }
a { background-color: rgb(249,73,200); }
div.DivClassName
{
background-color: #F949C8;
}
.BgClassName
{
background-color: #F949C8;
}
</style>
border-color css
<style>
span { border-color: #F949C8; }
span { border-color: rgb(249,73,200); }
td.TdClassName
{
border-color: #F949C8;
}
.TagClassName
{
border-color: #F949C8;
}
</style>