Shades of Razzle Dazzle Rose #F848DB
Tints of Razzle Dazzle Rose #F848DB
RGB
CMYK
RGB Variations
Color information
#F848DB (or 0xF848DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 48 and DB. RGB value is (248,72,219). Sum of RGB (Red+Green+Blue) = 248+72+219=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F848DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F848DB is #07B724. Grayscale: #8C8C8C. Windows color (decimal): -505637 or 14371064. OLE color: 14371064.
HSL color Cylindrical-coordinate representation of color #F848DB: hue angle of 309.89º 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 #F848DB is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 219 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.03 |
| HSL | 309.89º | 0.93% | 0.63% | - |
| HSV(B) | 309.89º | 0.71% | 0.97% | - |
| XYZ | 53.81 | 29.71 | 69.92 | - |
| YUV | 141.38 | 171.81 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 219 | 0 | 0.71 | 0.12 | 0.03 | 309.89 | 0.93 | 0.63 |
| Hex | F8 | 48 | DB | 0 | 47 | C | 3 | 136 | 5D | 3F |
| Octal | 370 | 110 | 333 | 0 | 107 | 14 | 3 | 466 | 135 | 77 |
| Binary | 11111000 | 1001000 | 11011011 | 0 | 1000111 | 1100 | 11 | 100110110 | 1011101 | 111111 |
Color Harmonies of #F848DB
Complementary color
Monochromatic Colors of #F848DB
Black with #F848DB
Text Example
Text Example
White with #F848DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F848DB; }
p { color: rgb(248,72,219); }
H1.HeaderClassName
{
color: #F848DB;
}
.AnyTagClassName
{
color: #F848DB;
}
</style>
background-color css
<style>
a { background-color: #F848DB; }
a { background-color: rgb(248,72,219); }
div.DivClassName
{
background-color: #F848DB;
}
.BgClassName
{
background-color: #F848DB;
}
</style>
border-color css
<style>
span { border-color: #F848DB; }
span { border-color: rgb(248,72,219); }
td.TdClassName
{
border-color: #F848DB;
}
.TagClassName
{
border-color: #F848DB;
}
</style>