Shades of Razzle Dazzle Rose #F829EC
Tints of Razzle Dazzle Rose #F829EC
RGB
CMYK
RGB Variations
Color information
#F829EC (or 0xF829EC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and EC. RGB value is (248,41,236). Sum of RGB (Red+Green+Blue) = 248+41+236=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 41 (16.41% from 255 or 7.81% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F829EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F829EC is #07D613. Grayscale: #7C7C7C. Windows color (decimal): -513556 or 15477240. OLE color: 15477240.
HSL color Cylindrical-coordinate representation of color #F829EC: hue angle of 303.48º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F829EC is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 236 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.03 |
| HSL | 303.48º | 0.94% | 0.57% | - |
| HSV(B) | 303.48º | 0.83% | 0.97% | - |
| XYZ | 54.64 | 27.6 | 81.8 | - |
| YUV | 125.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 236 | 0 | 0.83 | 0.05 | 0.03 | 303.48 | 0.94 | 0.57 |
| Hex | F8 | 29 | EC | 0 | 53 | 5 | 3 | 12F | 5E | 39 |
| Octal | 370 | 51 | 354 | 0 | 123 | 5 | 3 | 457 | 136 | 71 |
| Binary | 11111000 | 101001 | 11101100 | 0 | 1010011 | 101 | 11 | 100101111 | 1011110 | 111001 |
Color Harmonies of #F829EC
Complementary color
Monochromatic Colors of #F829EC
Black with #F829EC
Text Example
Text Example
White with #F829EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829EC; }
p { color: rgb(248,41,236); }
H1.HeaderClassName
{
color: #F829EC;
}
.AnyTagClassName
{
color: #F829EC;
}
</style>
background-color css
<style>
a { background-color: #F829EC; }
a { background-color: rgb(248,41,236); }
div.DivClassName
{
background-color: #F829EC;
}
.BgClassName
{
background-color: #F829EC;
}
</style>
border-color css
<style>
span { border-color: #F829EC; }
span { border-color: rgb(248,41,236); }
td.TdClassName
{
border-color: #F829EC;
}
.TagClassName
{
border-color: #F829EC;
}
</style>