Shades of Razzle Dazzle Rose #F849DB
Tints of Razzle Dazzle Rose #F849DB
RGB
CMYK
RGB Variations
Color information
#F849DB (or 0xF849DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 49 and DB. RGB value is (248,73,219). Sum of RGB (Red+Green+Blue) = 248+73+219=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F849DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849DB is #07B624. Grayscale: #8D8D8D. Windows color (decimal): -505381 or 14371320. OLE color: 14371320.
HSL color Cylindrical-coordinate representation of color #F849DB: hue angle of 309.94º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F849DB is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 219 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.03 |
| HSL | 309.94º | 0.93% | 0.63% | - |
| HSV(B) | 309.94º | 0.71% | 0.97% | - |
| XYZ | 53.88 | 29.84 | 69.94 | - |
| YUV | 141.97 | 171.48 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 219 | 0 | 0.71 | 0.12 | 0.03 | 309.94 | 0.93 | 0.63 |
| Hex | F8 | 49 | DB | 0 | 47 | C | 3 | 136 | 5D | 3F |
| Octal | 370 | 111 | 333 | 0 | 107 | 14 | 3 | 466 | 135 | 77 |
| Binary | 11111000 | 1001001 | 11011011 | 0 | 1000111 | 1100 | 11 | 100110110 | 1011101 | 111111 |
Color Harmonies of #F849DB
Complementary color
Monochromatic Colors of #F849DB
Black with #F849DB
Text Example
Text Example
White with #F849DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F849DB; }
p { color: rgb(248,73,219); }
H1.HeaderClassName
{
color: #F849DB;
}
.AnyTagClassName
{
color: #F849DB;
}
</style>
background-color css
<style>
a { background-color: #F849DB; }
a { background-color: rgb(248,73,219); }
div.DivClassName
{
background-color: #F849DB;
}
.BgClassName
{
background-color: #F849DB;
}
</style>
border-color css
<style>
span { border-color: #F849DB; }
span { border-color: rgb(248,73,219); }
td.TdClassName
{
border-color: #F849DB;
}
.TagClassName
{
border-color: #F849DB;
}
</style>