Shades of Razzle Dazzle Rose #F949D3
Tints of Razzle Dazzle Rose #F949D3
RGB
CMYK
RGB Variations
Color information
#F949D3 (or 0xF949D3) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and D3. RGB value is (249,73,211). Sum of RGB (Red+Green+Blue) = 249+73+211=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F949D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949D3 is #06B62C. Grayscale: #8C8C8C. Windows color (decimal): -439853 or 13847033. OLE color: 13847033.
HSL color Cylindrical-coordinate representation of color #F949D3: hue angle of 312.95º 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 #F949D3 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 211 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.02 |
| HSL | 312.95º | 0.94% | 0.63% | - |
| HSV(B) | 312.95º | 0.71% | 0.98% | - |
| XYZ | 53.21 | 29.61 | 64.54 | - |
| YUV | 141.36 | 167.31 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 211 | 0 | 0.71 | 0.15 | 0.02 | 312.95 | 0.94 | 0.63 |
| Hex | F9 | 49 | D3 | 0 | 47 | F | 2 | 139 | 5E | 3F |
| Octal | 371 | 111 | 323 | 0 | 107 | 17 | 2 | 471 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11010011 | 0 | 1000111 | 1111 | 10 | 100111001 | 1011110 | 111111 |
Color Harmonies of #F949D3
Complementary color
Monochromatic Colors of #F949D3
Black with #F949D3
Text Example
Text Example
White with #F949D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949D3; }
p { color: rgb(249,73,211); }
H1.HeaderClassName
{
color: #F949D3;
}
.AnyTagClassName
{
color: #F949D3;
}
</style>
background-color css
<style>
a { background-color: #F949D3; }
a { background-color: rgb(249,73,211); }
div.DivClassName
{
background-color: #F949D3;
}
.BgClassName
{
background-color: #F949D3;
}
</style>
border-color css
<style>
span { border-color: #F949D3; }
span { border-color: rgb(249,73,211); }
td.TdClassName
{
border-color: #F949D3;
}
.TagClassName
{
border-color: #F949D3;
}
</style>