Shades of Razzle Dazzle Rose #F520DB
Tints of Razzle Dazzle Rose #F520DB
RGB
CMYK
RGB Variations
Color information
#F520DB (or 0xF520DB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and DB. RGB value is (245,32,219). Sum of RGB (Red+Green+Blue) = 245+32+219=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F520DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520DB is #0ADF24. Grayscale: #747474. Windows color (decimal): -712485 or 14360821. OLE color: 14360821.
HSL color Cylindrical-coordinate representation of color #F520DB: hue angle of 307.32º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F520DB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.04 |
| HSL | 307.32º | 0.91% | 0.54% | - |
| HSV(B) | 307.32º | 0.87% | 0.96% | - |
| XYZ | 50.96 | 25.56 | 69.27 | - |
| YUV | 117.01 | 185.57 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 219 | 0 | 0.87 | 0.11 | 0.04 | 307.32 | 0.91 | 0.54 |
| Hex | F5 | 20 | DB | 0 | 57 | B | 4 | 133 | 5B | 36 |
| Octal | 365 | 40 | 333 | 0 | 127 | 13 | 4 | 463 | 133 | 66 |
| Binary | 11110101 | 100000 | 11011011 | 0 | 1010111 | 1011 | 100 | 100110011 | 1011011 | 110110 |
Color Harmonies of #F520DB
Complementary color
Monochromatic Colors of #F520DB
Black with #F520DB
Text Example
Text Example
White with #F520DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520DB; }
p { color: rgb(245,32,219); }
H1.HeaderClassName
{
color: #F520DB;
}
.AnyTagClassName
{
color: #F520DB;
}
</style>
background-color css
<style>
a { background-color: #F520DB; }
a { background-color: rgb(245,32,219); }
div.DivClassName
{
background-color: #F520DB;
}
.BgClassName
{
background-color: #F520DB;
}
</style>
border-color css
<style>
span { border-color: #F520DB; }
span { border-color: rgb(245,32,219); }
td.TdClassName
{
border-color: #F520DB;
}
.TagClassName
{
border-color: #F520DB;
}
</style>