Shades of Razzle Dazzle Rose #F521DB
Tints of Razzle Dazzle Rose #F521DB
RGB
CMYK
RGB Variations
Color information
#F521DB (or 0xF521DB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 21 and DB. RGB value is (245,33,219). Sum of RGB (Red+Green+Blue) = 245+33+219=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 33 (13.28% from 255 or 6.64% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F521DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521DB is #0ADE24. Grayscale: #757575. Windows color (decimal): -712229 or 14361077. OLE color: 14361077.
HSL color Cylindrical-coordinate representation of color #F521DB: hue angle of 307.36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521DB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 219 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.04 |
| HSL | 307.36º | 0.91% | 0.55% | - |
| HSV(B) | 307.36º | 0.87% | 0.96% | - |
| XYZ | 50.99 | 25.61 | 69.27 | - |
| YUV | 117.59 | 185.24 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 219 | 0 | 0.87 | 0.11 | 0.04 | 307.36 | 0.91 | 0.55 |
| Hex | F5 | 21 | DB | 0 | 57 | B | 4 | 133 | 5B | 37 |
| Octal | 365 | 41 | 333 | 0 | 127 | 13 | 4 | 463 | 133 | 67 |
| Binary | 11110101 | 100001 | 11011011 | 0 | 1010111 | 1011 | 100 | 100110011 | 1011011 | 110111 |
Color Harmonies of #F521DB
Complementary color
Monochromatic Colors of #F521DB
Black with #F521DB
Text Example
Text Example
White with #F521DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521DB; }
p { color: rgb(245,33,219); }
H1.HeaderClassName
{
color: #F521DB;
}
.AnyTagClassName
{
color: #F521DB;
}
</style>
background-color css
<style>
a { background-color: #F521DB; }
a { background-color: rgb(245,33,219); }
div.DivClassName
{
background-color: #F521DB;
}
.BgClassName
{
background-color: #F521DB;
}
</style>
border-color css
<style>
span { border-color: #F521DB; }
span { border-color: rgb(245,33,219); }
td.TdClassName
{
border-color: #F521DB;
}
.TagClassName
{
border-color: #F521DB;
}
</style>