Shades of Razzmatazz #F8004C
Tints of Razzmatazz #F8004C
RGB
CMYK
RGB Variations
Color information
#F8004C (or 0xF8004C) is known color: Razzmatazz. HEX triplet: F8, 00 and 4C. RGB value is (248,0,76). Sum of RGB (Red+Green+Blue) = 248+0+76=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F8004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8004C is #07FFB3. Grayscale: #525252. Windows color (decimal): -524212 or 4980984. OLE color: 4980984.
HSL color Cylindrical-coordinate representation of color #F8004C: hue angle of 341.61º 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 #F8004C is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.69 | 0.03 |
| HSL | 341.61º | 1% | 0.49% | - |
| HSV(B) | 341.61º | 1% | 0.97% | - |
| XYZ | 40.02 | 20.48 | 8.68 | - |
| YUV | 82.82 | 124.16 | 245.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 76 | 0 | 1 | 0.69 | 0.03 | 341.61 | 1 | 0.49 |
| Hex | F8 | 0 | 4C | 0 | 64 | 45 | 3 | 156 | 64 | 31 |
| Octal | 370 | 0 | 114 | 0 | 144 | 105 | 3 | 526 | 144 | 61 |
| Binary | 11111000 | 0 | 1001100 | 0 | 1100100 | 1000101 | 11 | 101010110 | 1100100 | 110001 |
Color Harmonies of #F8004C
Complementary color
Monochromatic Colors of #F8004C
Black with #F8004C
Text Example
Text Example
White with #F8004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8004C; }
p { color: rgb(248,0,76); }
H1.HeaderClassName
{
color: #F8004C;
}
.AnyTagClassName
{
color: #F8004C;
}
</style>
background-color css
<style>
a { background-color: #F8004C; }
a { background-color: rgb(248,0,76); }
div.DivClassName
{
background-color: #F8004C;
}
.BgClassName
{
background-color: #F8004C;
}
</style>
border-color css
<style>
span { border-color: #F8004C; }
span { border-color: rgb(248,0,76); }
td.TdClassName
{
border-color: #F8004C;
}
.TagClassName
{
border-color: #F8004C;
}
</style>