Shades of Razzle Dazzle Rose #F820E7
Tints of Razzle Dazzle Rose #F820E7
RGB
CMYK
RGB Variations
Color information
#F820E7 (or 0xF820E7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 20 and E7. RGB value is (248,32,231). Sum of RGB (Red+Green+Blue) = 248+32+231=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F820E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F820E7 is #07DF18. Grayscale: #767676. Windows color (decimal): -515865 or 15147256. OLE color: 15147256.
HSL color Cylindrical-coordinate representation of color #F820E7: hue angle of 304.72º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F820E7 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 231 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.03 |
| HSL | 304.72º | 0.94% | 0.55% | - |
| HSV(B) | 304.72º | 0.87% | 0.97% | - |
| XYZ | 53.65 | 26.76 | 77.94 | - |
| YUV | 119.27 | 191.06 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 231 | 0 | 0.87 | 0.07 | 0.03 | 304.72 | 0.94 | 0.55 |
| Hex | F8 | 20 | E7 | 0 | 57 | 7 | 3 | 131 | 5E | 37 |
| Octal | 370 | 40 | 347 | 0 | 127 | 7 | 3 | 461 | 136 | 67 |
| Binary | 11111000 | 100000 | 11100111 | 0 | 1010111 | 111 | 11 | 100110001 | 1011110 | 110111 |
Color Harmonies of #F820E7
Complementary color
Monochromatic Colors of #F820E7
Black with #F820E7
Text Example
Text Example
White with #F820E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820E7; }
p { color: rgb(248,32,231); }
H1.HeaderClassName
{
color: #F820E7;
}
.AnyTagClassName
{
color: #F820E7;
}
</style>
background-color css
<style>
a { background-color: #F820E7; }
a { background-color: rgb(248,32,231); }
div.DivClassName
{
background-color: #F820E7;
}
.BgClassName
{
background-color: #F820E7;
}
</style>
border-color css
<style>
span { border-color: #F820E7; }
span { border-color: rgb(248,32,231); }
td.TdClassName
{
border-color: #F820E7;
}
.TagClassName
{
border-color: #F820E7;
}
</style>