Shades of Razzle Dazzle Rose #F526ED
Tints of Razzle Dazzle Rose #F526ED
RGB
CMYK
RGB Variations
Color information
#F526ED (or 0xF526ED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 26 and ED. RGB value is (245,38,237). Sum of RGB (Red+Green+Blue) = 245+38+237=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 38 (15.23% from 255 or 7.31% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F526ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526ED is #0AD912. Grayscale: #797979. Windows color (decimal): -710931 or 15542005. OLE color: 15542005.
HSL color Cylindrical-coordinate representation of color #F526ED: hue angle of 302.32º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F526ED is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 237 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.04 |
| HSL | 302.32º | 0.91% | 0.55% | - |
| HSV(B) | 302.32º | 0.84% | 0.96% | - |
| XYZ | 53.64 | 26.91 | 82.49 | - |
| YUV | 122.58 | 192.58 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 237 | 0 | 0.84 | 0.03 | 0.04 | 302.32 | 0.91 | 0.55 |
| Hex | F5 | 26 | ED | 0 | 54 | 3 | 4 | 12E | 5B | 37 |
| Octal | 365 | 46 | 355 | 0 | 124 | 3 | 4 | 456 | 133 | 67 |
| Binary | 11110101 | 100110 | 11101101 | 0 | 1010100 | 11 | 100 | 100101110 | 1011011 | 110111 |
Color Harmonies of #F526ED
Complementary color
Monochromatic Colors of #F526ED
Black with #F526ED
Text Example
Text Example
White with #F526ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526ED; }
p { color: rgb(245,38,237); }
H1.HeaderClassName
{
color: #F526ED;
}
.AnyTagClassName
{
color: #F526ED;
}
</style>
background-color css
<style>
a { background-color: #F526ED; }
a { background-color: rgb(245,38,237); }
div.DivClassName
{
background-color: #F526ED;
}
.BgClassName
{
background-color: #F526ED;
}
</style>
border-color css
<style>
span { border-color: #F526ED; }
span { border-color: rgb(245,38,237); }
td.TdClassName
{
border-color: #F526ED;
}
.TagClassName
{
border-color: #F526ED;
}
</style>