Shades of Razzle Dazzle Rose #F528ED
Tints of Razzle Dazzle Rose #F528ED
RGB
CMYK
RGB Variations
Color information
#F528ED (or 0xF528ED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and ED. RGB value is (245,40,237). Sum of RGB (Red+Green+Blue) = 245+40+237=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 40 (16.02% from 255 or 7.66% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F528ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528ED is #0AD712. Grayscale: #7B7B7B. Windows color (decimal): -710419 or 15542517. OLE color: 15542517.
HSL color Cylindrical-coordinate representation of color #F528ED: hue angle of 302.34º 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 #F528ED is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 237 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.04 |
| HSL | 302.34º | 0.91% | 0.56% | - |
| HSV(B) | 302.34º | 0.84% | 0.96% | - |
| XYZ | 53.7 | 27.04 | 82.51 | - |
| YUV | 123.75 | 191.92 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 237 | 0 | 0.84 | 0.03 | 0.04 | 302.34 | 0.91 | 0.56 |
| Hex | F5 | 28 | ED | 0 | 54 | 3 | 4 | 12E | 5B | 38 |
| Octal | 365 | 50 | 355 | 0 | 124 | 3 | 4 | 456 | 133 | 70 |
| Binary | 11110101 | 101000 | 11101101 | 0 | 1010100 | 11 | 100 | 100101110 | 1011011 | 111000 |
Color Harmonies of #F528ED
Complementary color
Monochromatic Colors of #F528ED
Black with #F528ED
Text Example
Text Example
White with #F528ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528ED; }
p { color: rgb(245,40,237); }
H1.HeaderClassName
{
color: #F528ED;
}
.AnyTagClassName
{
color: #F528ED;
}
</style>
background-color css
<style>
a { background-color: #F528ED; }
a { background-color: rgb(245,40,237); }
div.DivClassName
{
background-color: #F528ED;
}
.BgClassName
{
background-color: #F528ED;
}
</style>
border-color css
<style>
span { border-color: #F528ED; }
span { border-color: rgb(245,40,237); }
td.TdClassName
{
border-color: #F528ED;
}
.TagClassName
{
border-color: #F528ED;
}
</style>