Shades of Razzle Dazzle Rose #F829EE
Tints of Razzle Dazzle Rose #F829EE
RGB
CMYK
RGB Variations
Color information
#F829EE (or 0xF829EE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and EE. RGB value is (248,41,238). Sum of RGB (Red+Green+Blue) = 248+41+238=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 41 (16.41% from 255 or 7.78% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F829EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F829EE is #07D611. Grayscale: #7C7C7C. Windows color (decimal): -513554 or 15608312. OLE color: 15608312.
HSL color Cylindrical-coordinate representation of color #F829EE: hue angle of 302.9º 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 #F829EE is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 238 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.03 |
| HSL | 302.9º | 0.94% | 0.57% | - |
| HSV(B) | 302.9º | 0.83% | 0.97% | - |
| XYZ | 54.94 | 27.72 | 83.34 | - |
| YUV | 125.35 | 191.58 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 238 | 0 | 0.83 | 0.04 | 0.03 | 302.9 | 0.94 | 0.57 |
| Hex | F8 | 29 | EE | 0 | 53 | 4 | 3 | 12F | 5E | 39 |
| Octal | 370 | 51 | 356 | 0 | 123 | 4 | 3 | 457 | 136 | 71 |
| Binary | 11111000 | 101001 | 11101110 | 0 | 1010011 | 100 | 11 | 100101111 | 1011110 | 111001 |
Color Harmonies of #F829EE
Complementary color
Monochromatic Colors of #F829EE
Black with #F829EE
Text Example
Text Example
White with #F829EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829EE; }
p { color: rgb(248,41,238); }
H1.HeaderClassName
{
color: #F829EE;
}
.AnyTagClassName
{
color: #F829EE;
}
</style>
background-color css
<style>
a { background-color: #F829EE; }
a { background-color: rgb(248,41,238); }
div.DivClassName
{
background-color: #F829EE;
}
.BgClassName
{
background-color: #F829EE;
}
</style>
border-color css
<style>
span { border-color: #F829EE; }
span { border-color: rgb(248,41,238); }
td.TdClassName
{
border-color: #F829EE;
}
.TagClassName
{
border-color: #F829EE;
}
</style>