Shades of Razzle Dazzle Rose #F528DB
Tints of Razzle Dazzle Rose #F528DB
RGB
CMYK
RGB Variations
Color information
#F528DB (or 0xF528DB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and DB. RGB value is (245,40,219). Sum of RGB (Red+Green+Blue) = 245+40+219=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 40 (16.02% from 255 or 7.94% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F528DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528DB is #0AD724. Grayscale: #797979. Windows color (decimal): -710437 or 14362869. OLE color: 14362869.
HSL color Cylindrical-coordinate representation of color #F528DB: hue angle of 307.61º 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 #F528DB is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 219 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.04 |
| HSL | 307.61º | 0.91% | 0.56% | - |
| HSV(B) | 307.61º | 0.84% | 0.96% | - |
| XYZ | 51.2 | 26.04 | 69.35 | - |
| YUV | 121.7 | 182.92 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 219 | 0 | 0.84 | 0.11 | 0.04 | 307.61 | 0.91 | 0.56 |
| Hex | F5 | 28 | DB | 0 | 54 | B | 4 | 134 | 5B | 38 |
| Octal | 365 | 50 | 333 | 0 | 124 | 13 | 4 | 464 | 133 | 70 |
| Binary | 11110101 | 101000 | 11011011 | 0 | 1010100 | 1011 | 100 | 100110100 | 1011011 | 111000 |
Color Harmonies of #F528DB
Complementary color
Monochromatic Colors of #F528DB
Black with #F528DB
Text Example
Text Example
White with #F528DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528DB; }
p { color: rgb(245,40,219); }
H1.HeaderClassName
{
color: #F528DB;
}
.AnyTagClassName
{
color: #F528DB;
}
</style>
background-color css
<style>
a { background-color: #F528DB; }
a { background-color: rgb(245,40,219); }
div.DivClassName
{
background-color: #F528DB;
}
.BgClassName
{
background-color: #F528DB;
}
</style>
border-color css
<style>
span { border-color: #F528DB; }
span { border-color: rgb(245,40,219); }
td.TdClassName
{
border-color: #F528DB;
}
.TagClassName
{
border-color: #F528DB;
}
</style>