Shades of Razzle Dazzle Rose #F820DB
Tints of Razzle Dazzle Rose #F820DB
RGB
CMYK
RGB Variations
Color information
#F820DB (or 0xF820DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 20 and DB. RGB value is (248,32,219). Sum of RGB (Red+Green+Blue) = 248+32+219=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F820DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820DB is #07DF24. Grayscale: #757575. Windows color (decimal): -515877 or 14360824. OLE color: 14360824.
HSL color Cylindrical-coordinate representation of color #F820DB: hue angle of 308.06º 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 #F820DB is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.03 |
| HSL | 308.06º | 0.94% | 0.55% | - |
| HSV(B) | 308.06º | 0.87% | 0.97% | - |
| XYZ | 52.01 | 26.1 | 69.31 | - |
| YUV | 117.9 | 185.06 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 219 | 0 | 0.87 | 0.12 | 0.03 | 308.06 | 0.94 | 0.55 |
| Hex | F8 | 20 | DB | 0 | 57 | C | 3 | 134 | 5E | 37 |
| Octal | 370 | 40 | 333 | 0 | 127 | 14 | 3 | 464 | 136 | 67 |
| Binary | 11111000 | 100000 | 11011011 | 0 | 1010111 | 1100 | 11 | 100110100 | 1011110 | 110111 |
Color Harmonies of #F820DB
Complementary color
Monochromatic Colors of #F820DB
Black with #F820DB
Text Example
Text Example
White with #F820DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820DB; }
p { color: rgb(248,32,219); }
H1.HeaderClassName
{
color: #F820DB;
}
.AnyTagClassName
{
color: #F820DB;
}
</style>
background-color css
<style>
a { background-color: #F820DB; }
a { background-color: rgb(248,32,219); }
div.DivClassName
{
background-color: #F820DB;
}
.BgClassName
{
background-color: #F820DB;
}
</style>
border-color css
<style>
span { border-color: #F820DB; }
span { border-color: rgb(248,32,219); }
td.TdClassName
{
border-color: #F820DB;
}
.TagClassName
{
border-color: #F820DB;
}
</style>