Shades of Razzmatazz #F8066E
Tints of Razzmatazz #F8066E
RGB
CMYK
RGB Variations
Color information
#F8066E (or 0xF8066E) is known color: Razzmatazz. HEX triplet: F8, 06 and 6E. RGB value is (248,6,110). Sum of RGB (Red+Green+Blue) = 248+6+110=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F8066E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8066E is #07F991. Grayscale: #5A5A5A. Windows color (decimal): -522642 or 7210744. OLE color: 7210744.
HSL color Cylindrical-coordinate representation of color #F8066E: hue angle of 334.21º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8066E is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 110 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.03 |
| HSL | 334.21º | 0.95% | 0.5% | - |
| HSV(B) | 334.21º | 0.98% | 0.97% | - |
| XYZ | 41.59 | 21.21 | 16.65 | - |
| YUV | 90.21 | 139.17 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 110 | 0 | 0.98 | 0.56 | 0.03 | 334.21 | 0.95 | 0.5 |
| Hex | F8 | 6 | 6E | 0 | 62 | 38 | 3 | 14E | 5F | 32 |
| Octal | 370 | 6 | 156 | 0 | 142 | 70 | 3 | 516 | 137 | 62 |
| Binary | 11111000 | 110 | 1101110 | 0 | 1100010 | 111000 | 11 | 101001110 | 1011111 | 110010 |
Color Harmonies of #F8066E
Complementary color
Monochromatic Colors of #F8066E
Black with #F8066E
Text Example
Text Example
White with #F8066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8066E; }
p { color: rgb(248,6,110); }
H1.HeaderClassName
{
color: #F8066E;
}
.AnyTagClassName
{
color: #F8066E;
}
</style>
background-color css
<style>
a { background-color: #F8066E; }
a { background-color: rgb(248,6,110); }
div.DivClassName
{
background-color: #F8066E;
}
.BgClassName
{
background-color: #F8066E;
}
</style>
border-color css
<style>
span { border-color: #F8066E; }
span { border-color: rgb(248,6,110); }
td.TdClassName
{
border-color: #F8066E;
}
.TagClassName
{
border-color: #F8066E;
}
</style>