Shades of Razzle Dazzle Rose #F531DB
Tints of Razzle Dazzle Rose #F531DB
RGB
CMYK
RGB Variations
Color information
#F531DB (or 0xF531DB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and DB. RGB value is (245,49,219). Sum of RGB (Red+Green+Blue) = 245+49+219=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 49 (19.53% from 255 or 9.55% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F531DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531DB is #0ACE24. Grayscale: #7E7E7E. Windows color (decimal): -708133 or 14365173. OLE color: 14365173.
HSL color Cylindrical-coordinate representation of color #F531DB: hue angle of 307.96º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F531DB is Cyan = 0, Magento = 0.8, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 219 | - |
| CMYK | 0 | 0.8 | 0.11 | 0.04 |
| HSL | 307.96º | 0.91% | 0.58% | - |
| HSV(B) | 307.96º | 0.8% | 0.96% | - |
| XYZ | 51.54 | 26.72 | 69.46 | - |
| YUV | 126.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 219 | 0 | 0.8 | 0.11 | 0.04 | 307.96 | 0.91 | 0.58 |
| Hex | F5 | 31 | DB | 0 | 50 | B | 4 | 134 | 5B | 3A |
| Octal | 365 | 61 | 333 | 0 | 120 | 13 | 4 | 464 | 133 | 72 |
| Binary | 11110101 | 110001 | 11011011 | 0 | 1010000 | 1011 | 100 | 100110100 | 1011011 | 111010 |
Color Harmonies of #F531DB
Complementary color
Monochromatic Colors of #F531DB
Black with #F531DB
Text Example
Text Example
White with #F531DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F531DB; }
p { color: rgb(245,49,219); }
H1.HeaderClassName
{
color: #F531DB;
}
.AnyTagClassName
{
color: #F531DB;
}
</style>
background-color css
<style>
a { background-color: #F531DB; }
a { background-color: rgb(245,49,219); }
div.DivClassName
{
background-color: #F531DB;
}
.BgClassName
{
background-color: #F531DB;
}
</style>
border-color css
<style>
span { border-color: #F531DB; }
span { border-color: rgb(245,49,219); }
td.TdClassName
{
border-color: #F531DB;
}
.TagClassName
{
border-color: #F531DB;
}
</style>