Shades of Razzle Dazzle Rose #F528EC
Tints of Razzle Dazzle Rose #F528EC
RGB
CMYK
RGB Variations
Color information
#F528EC (or 0xF528EC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and EC. RGB value is (245,40,236). Sum of RGB (Red+Green+Blue) = 245+40+236=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 40 (16.02% from 255 or 7.68% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F528EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528EC is #0AD713. Grayscale: #7B7B7B. Windows color (decimal): -710420 or 15476981. OLE color: 15476981.
HSL color Cylindrical-coordinate representation of color #F528EC: hue angle of 302.63º 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 #F528EC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 236 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.04 |
| HSL | 302.63º | 0.91% | 0.56% | - |
| HSV(B) | 302.63º | 0.84% | 0.96% | - |
| XYZ | 53.56 | 26.99 | 81.74 | - |
| YUV | 123.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 236 | 0 | 0.84 | 0.04 | 0.04 | 302.63 | 0.91 | 0.56 |
| Hex | F5 | 28 | EC | 0 | 54 | 4 | 4 | 12F | 5B | 38 |
| Octal | 365 | 50 | 354 | 0 | 124 | 4 | 4 | 457 | 133 | 70 |
| Binary | 11110101 | 101000 | 11101100 | 0 | 1010100 | 100 | 100 | 100101111 | 1011011 | 111000 |
Color Harmonies of #F528EC
Complementary color
Monochromatic Colors of #F528EC
Black with #F528EC
Text Example
Text Example
White with #F528EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528EC; }
p { color: rgb(245,40,236); }
H1.HeaderClassName
{
color: #F528EC;
}
.AnyTagClassName
{
color: #F528EC;
}
</style>
background-color css
<style>
a { background-color: #F528EC; }
a { background-color: rgb(245,40,236); }
div.DivClassName
{
background-color: #F528EC;
}
.BgClassName
{
background-color: #F528EC;
}
</style>
border-color css
<style>
span { border-color: #F528EC; }
span { border-color: rgb(245,40,236); }
td.TdClassName
{
border-color: #F528EC;
}
.TagClassName
{
border-color: #F528EC;
}
</style>