Shades of Razzle Dazzle Rose #F523DB
Tints of Razzle Dazzle Rose #F523DB
RGB
CMYK
RGB Variations
Color information
#F523DB (or 0xF523DB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 23 and DB. RGB value is (245,35,219). Sum of RGB (Red+Green+Blue) = 245+35+219=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F523DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F523DB is #0ADC24. Grayscale: #767676. Windows color (decimal): -711717 or 14361589. OLE color: 14361589.
HSL color Cylindrical-coordinate representation of color #F523DB: hue angle of 307.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F523DB is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 219 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.04 |
| HSL | 307.43º | 0.91% | 0.55% | - |
| HSV(B) | 307.43º | 0.86% | 0.96% | - |
| XYZ | 51.04 | 25.73 | 69.29 | - |
| YUV | 118.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 219 | 0 | 0.86 | 0.11 | 0.04 | 307.43 | 0.91 | 0.55 |
| Hex | F5 | 23 | DB | 0 | 56 | B | 4 | 133 | 5B | 37 |
| Octal | 365 | 43 | 333 | 0 | 126 | 13 | 4 | 463 | 133 | 67 |
| Binary | 11110101 | 100011 | 11011011 | 0 | 1010110 | 1011 | 100 | 100110011 | 1011011 | 110111 |
Color Harmonies of #F523DB
Complementary color
Monochromatic Colors of #F523DB
Black with #F523DB
Text Example
Text Example
White with #F523DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F523DB; }
p { color: rgb(245,35,219); }
H1.HeaderClassName
{
color: #F523DB;
}
.AnyTagClassName
{
color: #F523DB;
}
</style>
background-color css
<style>
a { background-color: #F523DB; }
a { background-color: rgb(245,35,219); }
div.DivClassName
{
background-color: #F523DB;
}
.BgClassName
{
background-color: #F523DB;
}
</style>
border-color css
<style>
span { border-color: #F523DB; }
span { border-color: rgb(245,35,219); }
td.TdClassName
{
border-color: #F523DB;
}
.TagClassName
{
border-color: #F523DB;
}
</style>