Shades of Razzle Dazzle Rose #F528DF
Tints of Razzle Dazzle Rose #F528DF
RGB
CMYK
RGB Variations
Color information
#F528DF (or 0xF528DF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and DF. RGB value is (245,40,223). Sum of RGB (Red+Green+Blue) = 245+40+223=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 40 (16.02% from 255 or 7.87% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F528DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528DF is #0AD720. Grayscale: #797979. Windows color (decimal): -710433 or 14625013. OLE color: 14625013.
HSL color Cylindrical-coordinate representation of color #F528DF: hue angle of 306.44º 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 #F528DF is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 223 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.04 |
| HSL | 306.44º | 0.91% | 0.56% | - |
| HSV(B) | 306.44º | 0.84% | 0.96% | - |
| XYZ | 51.73 | 26.26 | 72.15 | - |
| YUV | 122.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 223 | 0 | 0.84 | 0.09 | 0.04 | 306.44 | 0.91 | 0.56 |
| Hex | F5 | 28 | DF | 0 | 54 | 9 | 4 | 132 | 5B | 38 |
| Octal | 365 | 50 | 337 | 0 | 124 | 11 | 4 | 462 | 133 | 70 |
| Binary | 11110101 | 101000 | 11011111 | 0 | 1010100 | 1001 | 100 | 100110010 | 1011011 | 111000 |
Color Harmonies of #F528DF
Complementary color
Monochromatic Colors of #F528DF
Black with #F528DF
Text Example
Text Example
White with #F528DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528DF; }
p { color: rgb(245,40,223); }
H1.HeaderClassName
{
color: #F528DF;
}
.AnyTagClassName
{
color: #F528DF;
}
</style>
background-color css
<style>
a { background-color: #F528DF; }
a { background-color: rgb(245,40,223); }
div.DivClassName
{
background-color: #F528DF;
}
.BgClassName
{
background-color: #F528DF;
}
</style>
border-color css
<style>
span { border-color: #F528DF; }
span { border-color: rgb(245,40,223); }
td.TdClassName
{
border-color: #F528DF;
}
.TagClassName
{
border-color: #F528DF;
}
</style>