Shades of Razzle Dazzle Rose #F949D0
Tints of Razzle Dazzle Rose #F949D0
RGB
CMYK
RGB Variations
Color information
#F949D0 (or 0xF949D0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and D0. RGB value is (249,73,208). Sum of RGB (Red+Green+Blue) = 249+73+208=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F949D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949D0 is #06B62F. Grayscale: #8C8C8C. Windows color (decimal): -439856 or 13650425. OLE color: 13650425.
HSL color Cylindrical-coordinate representation of color #F949D0: hue angle of 313.98º 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 #F949D0 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 208 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.02 |
| HSL | 313.98º | 0.94% | 0.63% | - |
| HSV(B) | 313.98º | 0.71% | 0.98% | - |
| XYZ | 52.83 | 29.46 | 62.58 | - |
| YUV | 141.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 208 | 0 | 0.71 | 0.16 | 0.02 | 313.98 | 0.94 | 0.63 |
| Hex | F9 | 49 | D0 | 0 | 47 | 10 | 2 | 13A | 5E | 3F |
| Octal | 371 | 111 | 320 | 0 | 107 | 20 | 2 | 472 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11010000 | 0 | 1000111 | 10000 | 10 | 100111010 | 1011110 | 111111 |
Color Harmonies of #F949D0
Complementary color
Monochromatic Colors of #F949D0
Black with #F949D0
Text Example
Text Example
White with #F949D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949D0; }
p { color: rgb(249,73,208); }
H1.HeaderClassName
{
color: #F949D0;
}
.AnyTagClassName
{
color: #F949D0;
}
</style>
background-color css
<style>
a { background-color: #F949D0; }
a { background-color: rgb(249,73,208); }
div.DivClassName
{
background-color: #F949D0;
}
.BgClassName
{
background-color: #F949D0;
}
</style>
border-color css
<style>
span { border-color: #F949D0; }
span { border-color: rgb(249,73,208); }
td.TdClassName
{
border-color: #F949D0;
}
.TagClassName
{
border-color: #F949D0;
}
</style>