Shades of Razzle Dazzle Rose #F920DB
Tints of Razzle Dazzle Rose #F920DB
RGB
CMYK
RGB Variations
Color information
#F920DB (or 0xF920DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 20 and DB. RGB value is (249,32,219). Sum of RGB (Red+Green+Blue) = 249+32+219=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F920DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F920DB is #06DF24. Grayscale: #757575. Windows color (decimal): -450341 or 14360825. OLE color: 14360825.
HSL color Cylindrical-coordinate representation of color #F920DB: hue angle of 308.29º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F920DB is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.02 |
| HSL | 308.29º | 0.95% | 0.55% | - |
| HSV(B) | 308.29º | 0.87% | 0.98% | - |
| XYZ | 52.37 | 26.29 | 69.33 | - |
| YUV | 118.2 | 184.89 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 219 | 0 | 0.87 | 0.12 | 0.02 | 308.29 | 0.95 | 0.55 |
| Hex | F9 | 20 | DB | 0 | 57 | C | 2 | 134 | 5F | 37 |
| Octal | 371 | 40 | 333 | 0 | 127 | 14 | 2 | 464 | 137 | 67 |
| Binary | 11111001 | 100000 | 11011011 | 0 | 1010111 | 1100 | 10 | 100110100 | 1011111 | 110111 |
Color Harmonies of #F920DB
Complementary color
Monochromatic Colors of #F920DB
Black with #F920DB
Text Example
Text Example
White with #F920DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920DB; }
p { color: rgb(249,32,219); }
H1.HeaderClassName
{
color: #F920DB;
}
.AnyTagClassName
{
color: #F920DB;
}
</style>
background-color css
<style>
a { background-color: #F920DB; }
a { background-color: rgb(249,32,219); }
div.DivClassName
{
background-color: #F920DB;
}
.BgClassName
{
background-color: #F920DB;
}
</style>
border-color css
<style>
span { border-color: #F920DB; }
span { border-color: rgb(249,32,219); }
td.TdClassName
{
border-color: #F920DB;
}
.TagClassName
{
border-color: #F920DB;
}
</style>