Shades of Razzle Dazzle Rose #F825EC
Tints of Razzle Dazzle Rose #F825EC
RGB
CMYK
RGB Variations
Color information
#F825EC (or 0xF825EC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and EC. RGB value is (248,37,236). Sum of RGB (Red+Green+Blue) = 248+37+236=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 37 (14.84% from 255 or 7.10% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F825EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825EC is #07DA13. Grayscale: #7A7A7A. Windows color (decimal): -514580 or 15476216. OLE color: 15476216.
HSL color Cylindrical-coordinate representation of color #F825EC: hue angle of 303.41º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825EC is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 236 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.03 |
| HSL | 303.41º | 0.94% | 0.56% | - |
| HSV(B) | 303.41º | 0.85% | 0.97% | - |
| XYZ | 54.51 | 27.34 | 81.76 | - |
| YUV | 122.78 | 191.9 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 236 | 0 | 0.85 | 0.05 | 0.03 | 303.41 | 0.94 | 0.56 |
| Hex | F8 | 25 | EC | 0 | 55 | 5 | 3 | 12F | 5E | 38 |
| Octal | 370 | 45 | 354 | 0 | 125 | 5 | 3 | 457 | 136 | 70 |
| Binary | 11111000 | 100101 | 11101100 | 0 | 1010101 | 101 | 11 | 100101111 | 1011110 | 111000 |
Color Harmonies of #F825EC
Complementary color
Monochromatic Colors of #F825EC
Black with #F825EC
Text Example
Text Example
White with #F825EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825EC; }
p { color: rgb(248,37,236); }
H1.HeaderClassName
{
color: #F825EC;
}
.AnyTagClassName
{
color: #F825EC;
}
</style>
background-color css
<style>
a { background-color: #F825EC; }
a { background-color: rgb(248,37,236); }
div.DivClassName
{
background-color: #F825EC;
}
.BgClassName
{
background-color: #F825EC;
}
</style>
border-color css
<style>
span { border-color: #F825EC; }
span { border-color: rgb(248,37,236); }
td.TdClassName
{
border-color: #F825EC;
}
.TagClassName
{
border-color: #F825EC;
}
</style>