Shades of Razzle Dazzle Rose #F523DD
Tints of Razzle Dazzle Rose #F523DD
RGB
CMYK
RGB Variations
Color information
#F523DD (or 0xF523DD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 23 and DD. RGB value is (245,35,221). Sum of RGB (Red+Green+Blue) = 245+35+221=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 35 (14.06% from 255 or 6.99% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F523DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F523DD is #0ADC22. Grayscale: #767676. Windows color (decimal): -711715 or 14492661. OLE color: 14492661.
HSL color Cylindrical-coordinate representation of color #F523DD: hue angle of 306.86º 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 #F523DD is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 221 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.04 |
| HSL | 306.86º | 0.91% | 0.55% | - |
| HSV(B) | 306.86º | 0.86% | 0.96% | - |
| XYZ | 51.31 | 25.84 | 70.69 | - |
| YUV | 118.99 | 185.57 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 221 | 0 | 0.86 | 0.10 | 0.04 | 306.86 | 0.91 | 0.55 |
| Hex | F5 | 23 | DD | 0 | 56 | A | 4 | 133 | 5B | 37 |
| Octal | 365 | 43 | 335 | 0 | 126 | 12 | 4 | 463 | 133 | 67 |
| Binary | 11110101 | 100011 | 11011101 | 0 | 1010110 | 1010 | 100 | 100110011 | 1011011 | 110111 |
Color Harmonies of #F523DD
Complementary color
Monochromatic Colors of #F523DD
Black with #F523DD
Text Example
Text Example
White with #F523DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F523DD; }
p { color: rgb(245,35,221); }
H1.HeaderClassName
{
color: #F523DD;
}
.AnyTagClassName
{
color: #F523DD;
}
</style>
background-color css
<style>
a { background-color: #F523DD; }
a { background-color: rgb(245,35,221); }
div.DivClassName
{
background-color: #F523DD;
}
.BgClassName
{
background-color: #F523DD;
}
</style>
border-color css
<style>
span { border-color: #F523DD; }
span { border-color: rgb(245,35,221); }
td.TdClassName
{
border-color: #F523DD;
}
.TagClassName
{
border-color: #F523DD;
}
</style>