Shades of Razzle Dazzle Rose #F528DD
Tints of Razzle Dazzle Rose #F528DD
RGB
CMYK
RGB Variations
Color information
#F528DD (or 0xF528DD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and DD. RGB value is (245,40,221). Sum of RGB (Red+Green+Blue) = 245+40+221=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F528DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528DD is #0AD722. Grayscale: #797979. Windows color (decimal): -710435 or 14493941. OLE color: 14493941.
HSL color Cylindrical-coordinate representation of color #F528DD: hue angle of 307.02º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528DD is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 221 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.04 |
| HSL | 307.02º | 0.91% | 0.56% | - |
| HSV(B) | 307.02º | 0.84% | 0.96% | - |
| XYZ | 51.47 | 26.15 | 70.74 | - |
| YUV | 121.93 | 183.92 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 221 | 0 | 0.84 | 0.10 | 0.04 | 307.02 | 0.91 | 0.56 |
| Hex | F5 | 28 | DD | 0 | 54 | A | 4 | 133 | 5B | 38 |
| Octal | 365 | 50 | 335 | 0 | 124 | 12 | 4 | 463 | 133 | 70 |
| Binary | 11110101 | 101000 | 11011101 | 0 | 1010100 | 1010 | 100 | 100110011 | 1011011 | 111000 |
Color Harmonies of #F528DD
Complementary color
Monochromatic Colors of #F528DD
Black with #F528DD
Text Example
Text Example
White with #F528DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528DD; }
p { color: rgb(245,40,221); }
H1.HeaderClassName
{
color: #F528DD;
}
.AnyTagClassName
{
color: #F528DD;
}
</style>
background-color css
<style>
a { background-color: #F528DD; }
a { background-color: rgb(245,40,221); }
div.DivClassName
{
background-color: #F528DD;
}
.BgClassName
{
background-color: #F528DD;
}
</style>
border-color css
<style>
span { border-color: #F528DD; }
span { border-color: rgb(245,40,221); }
td.TdClassName
{
border-color: #F528DD;
}
.TagClassName
{
border-color: #F528DD;
}
</style>