Shades of Razzle Dazzle Rose #F820E5
Tints of Razzle Dazzle Rose #F820E5
RGB
CMYK
RGB Variations
Color information
#F820E5 (or 0xF820E5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 20 and E5. RGB value is (248,32,229). Sum of RGB (Red+Green+Blue) = 248+32+229=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 32 (12.89% from 255 or 6.29% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F820E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820E5 is #07DF1A. Grayscale: #767676. Windows color (decimal): -515867 or 15016184. OLE color: 15016184.
HSL color Cylindrical-coordinate representation of color #F820E5: hue angle of 305.28º 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 #F820E5 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 229 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.03 |
| HSL | 305.28º | 0.94% | 0.55% | - |
| HSV(B) | 305.28º | 0.87% | 0.97% | - |
| XYZ | 53.37 | 26.65 | 76.46 | - |
| YUV | 119.04 | 190.06 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 229 | 0 | 0.87 | 0.08 | 0.03 | 305.28 | 0.94 | 0.55 |
| Hex | F8 | 20 | E5 | 0 | 57 | 8 | 3 | 131 | 5E | 37 |
| Octal | 370 | 40 | 345 | 0 | 127 | 10 | 3 | 461 | 136 | 67 |
| Binary | 11111000 | 100000 | 11100101 | 0 | 1010111 | 1000 | 11 | 100110001 | 1011110 | 110111 |
Color Harmonies of #F820E5
Complementary color
Monochromatic Colors of #F820E5
Black with #F820E5
Text Example
Text Example
White with #F820E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820E5; }
p { color: rgb(248,32,229); }
H1.HeaderClassName
{
color: #F820E5;
}
.AnyTagClassName
{
color: #F820E5;
}
</style>
background-color css
<style>
a { background-color: #F820E5; }
a { background-color: rgb(248,32,229); }
div.DivClassName
{
background-color: #F820E5;
}
.BgClassName
{
background-color: #F820E5;
}
</style>
border-color css
<style>
span { border-color: #F820E5; }
span { border-color: rgb(248,32,229); }
td.TdClassName
{
border-color: #F820E5;
}
.TagClassName
{
border-color: #F820E5;
}
</style>