Shades of Razzle Dazzle Rose #F820E6
Tints of Razzle Dazzle Rose #F820E6
RGB
CMYK
RGB Variations
Color information
#F820E6 (or 0xF820E6) is known color: Razzle Dazzle Rose. HEX triplet: F8, 20 and E6. RGB value is (248,32,230). Sum of RGB (Red+Green+Blue) = 248+32+230=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 32 (12.89% from 255 or 6.27% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F820E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F820E6 is #07DF19. Grayscale: #767676. Windows color (decimal): -515866 or 15081720. OLE color: 15081720.
HSL color Cylindrical-coordinate representation of color #F820E6: hue angle of 305º 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 #F820E6 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 230 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.03 |
| HSL | 305º | 0.94% | 0.55% | - |
| HSV(B) | 305º | 0.87% | 0.97% | - |
| XYZ | 53.51 | 26.7 | 77.2 | - |
| YUV | 119.16 | 190.56 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 230 | 0 | 0.87 | 0.07 | 0.03 | 305 | 0.94 | 0.55 |
| Hex | F8 | 20 | E6 | 0 | 57 | 7 | 3 | 131 | 5E | 37 |
| Octal | 370 | 40 | 346 | 0 | 127 | 7 | 3 | 461 | 136 | 67 |
| Binary | 11111000 | 100000 | 11100110 | 0 | 1010111 | 111 | 11 | 100110001 | 1011110 | 110111 |
Color Harmonies of #F820E6
Complementary color
Monochromatic Colors of #F820E6
Black with #F820E6
Text Example
Text Example
White with #F820E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820E6; }
p { color: rgb(248,32,230); }
H1.HeaderClassName
{
color: #F820E6;
}
.AnyTagClassName
{
color: #F820E6;
}
</style>
background-color css
<style>
a { background-color: #F820E6; }
a { background-color: rgb(248,32,230); }
div.DivClassName
{
background-color: #F820E6;
}
.BgClassName
{
background-color: #F820E6;
}
</style>
border-color css
<style>
span { border-color: #F820E6; }
span { border-color: rgb(248,32,230); }
td.TdClassName
{
border-color: #F820E6;
}
.TagClassName
{
border-color: #F820E6;
}
</style>