Shades of Razzle Dazzle Rose #F949DB
Tints of Razzle Dazzle Rose #F949DB
RGB
CMYK
RGB Variations
Color information
#F949DB (or 0xF949DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and DB. RGB value is (249,73,219). Sum of RGB (Red+Green+Blue) = 249+73+219=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 73 (28.91% from 255 or 13.49% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F949DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949DB is #06B624. Grayscale: #8D8D8D. Windows color (decimal): -439845 or 14371321. OLE color: 14371321.
HSL color Cylindrical-coordinate representation of color #F949DB: hue angle of 310.23º 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 #F949DB is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 219 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.02 |
| HSL | 310.23º | 0.94% | 0.63% | - |
| HSV(B) | 310.23º | 0.71% | 0.98% | - |
| XYZ | 54.24 | 30.02 | 69.95 | - |
| YUV | 142.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 219 | 0 | 0.71 | 0.12 | 0.02 | 310.23 | 0.94 | 0.63 |
| Hex | F9 | 49 | DB | 0 | 47 | C | 2 | 136 | 5E | 3F |
| Octal | 371 | 111 | 333 | 0 | 107 | 14 | 2 | 466 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11011011 | 0 | 1000111 | 1100 | 10 | 100110110 | 1011110 | 111111 |
Color Harmonies of #F949DB
Complementary color
Monochromatic Colors of #F949DB
Black with #F949DB
Text Example
Text Example
White with #F949DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949DB; }
p { color: rgb(249,73,219); }
H1.HeaderClassName
{
color: #F949DB;
}
.AnyTagClassName
{
color: #F949DB;
}
</style>
background-color css
<style>
a { background-color: #F949DB; }
a { background-color: rgb(249,73,219); }
div.DivClassName
{
background-color: #F949DB;
}
.BgClassName
{
background-color: #F949DB;
}
</style>
border-color css
<style>
span { border-color: #F949DB; }
span { border-color: rgb(249,73,219); }
td.TdClassName
{
border-color: #F949DB;
}
.TagClassName
{
border-color: #F949DB;
}
</style>