Shades of Razzmatazz #F8005E
Tints of Razzmatazz #F8005E
RGB
CMYK
RGB Variations
Color information
#F8005E (or 0xF8005E) is known color: Razzmatazz. HEX triplet: F8, 00 and 5E. RGB value is (248,0,94). Sum of RGB (Red+Green+Blue) = 248+0+94=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8005E is #07FFA1. Grayscale: #545454. Windows color (decimal): -524194 or 6160632. OLE color: 6160632.
HSL color Cylindrical-coordinate representation of color #F8005E: hue angle of 337.26º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8005E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.62 | 0.03 |
| HSL | 337.26º | 1% | 0.49% | - |
| HSV(B) | 337.26º | 1% | 0.97% | - |
| XYZ | 40.73 | 20.76 | 12.45 | - |
| YUV | 84.87 | 133.16 | 244.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 94 | 0 | 1 | 0.62 | 0.03 | 337.26 | 1 | 0.49 |
| Hex | F8 | 0 | 5E | 0 | 64 | 3E | 3 | 151 | 64 | 31 |
| Octal | 370 | 0 | 136 | 0 | 144 | 76 | 3 | 521 | 144 | 61 |
| Binary | 11111000 | 0 | 1011110 | 0 | 1100100 | 111110 | 11 | 101010001 | 1100100 | 110001 |
Color Harmonies of #F8005E
Complementary color
Monochromatic Colors of #F8005E
Black with #F8005E
Text Example
Text Example
White with #F8005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8005E; }
p { color: rgb(248,0,94); }
H1.HeaderClassName
{
color: #F8005E;
}
.AnyTagClassName
{
color: #F8005E;
}
</style>
background-color css
<style>
a { background-color: #F8005E; }
a { background-color: rgb(248,0,94); }
div.DivClassName
{
background-color: #F8005E;
}
.BgClassName
{
background-color: #F8005E;
}
</style>
border-color css
<style>
span { border-color: #F8005E; }
span { border-color: rgb(248,0,94); }
td.TdClassName
{
border-color: #F8005E;
}
.TagClassName
{
border-color: #F8005E;
}
</style>