Shades of Razzle Dazzle Rose #F821DB
Tints of Razzle Dazzle Rose #F821DB
RGB
CMYK
RGB Variations
Color information
#F821DB (or 0xF821DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 21 and DB. RGB value is (248,33,219). Sum of RGB (Red+Green+Blue) = 248+33+219=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F821DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F821DB is #07DE24. Grayscale: #757575. Windows color (decimal): -515621 or 14361080. OLE color: 14361080.
HSL color Cylindrical-coordinate representation of color #F821DB: hue angle of 308.09º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F821DB is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 219 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.03 |
| HSL | 308.09º | 0.94% | 0.55% | - |
| HSV(B) | 308.09º | 0.87% | 0.97% | - |
| XYZ | 52.04 | 26.16 | 69.32 | - |
| YUV | 118.49 | 184.73 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 219 | 0 | 0.87 | 0.12 | 0.03 | 308.09 | 0.94 | 0.55 |
| Hex | F8 | 21 | DB | 0 | 57 | C | 3 | 134 | 5E | 37 |
| Octal | 370 | 41 | 333 | 0 | 127 | 14 | 3 | 464 | 136 | 67 |
| Binary | 11111000 | 100001 | 11011011 | 0 | 1010111 | 1100 | 11 | 100110100 | 1011110 | 110111 |
Color Harmonies of #F821DB
Complementary color
Monochromatic Colors of #F821DB
Black with #F821DB
Text Example
Text Example
White with #F821DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821DB; }
p { color: rgb(248,33,219); }
H1.HeaderClassName
{
color: #F821DB;
}
.AnyTagClassName
{
color: #F821DB;
}
</style>
background-color css
<style>
a { background-color: #F821DB; }
a { background-color: rgb(248,33,219); }
div.DivClassName
{
background-color: #F821DB;
}
.BgClassName
{
background-color: #F821DB;
}
</style>
border-color css
<style>
span { border-color: #F821DB; }
span { border-color: rgb(248,33,219); }
td.TdClassName
{
border-color: #F821DB;
}
.TagClassName
{
border-color: #F821DB;
}
</style>