Shades of Razzmatazz #F8004D
Tints of Razzmatazz #F8004D
RGB
CMYK
RGB Variations
Color information
#F8004D (or 0xF8004D) is known color: Razzmatazz. HEX triplet: F8, 00 and 4D. RGB value is (248,0,77). Sum of RGB (Red+Green+Blue) = 248+0+77=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F8004D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8004D is #07FFB2. Grayscale: #525252. Windows color (decimal): -524211 or 5046520. OLE color: 5046520.
HSL color Cylindrical-coordinate representation of color #F8004D: hue angle of 341.37º 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 #F8004D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.69 | 0.03 |
| HSL | 341.37º | 1% | 0.49% | - |
| HSV(B) | 341.37º | 1% | 0.97% | - |
| XYZ | 40.05 | 20.49 | 8.87 | - |
| YUV | 82.93 | 124.66 | 245.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 77 | 0 | 1 | 0.69 | 0.03 | 341.37 | 1 | 0.49 |
| Hex | F8 | 0 | 4D | 0 | 64 | 45 | 3 | 155 | 64 | 31 |
| Octal | 370 | 0 | 115 | 0 | 144 | 105 | 3 | 525 | 144 | 61 |
| Binary | 11111000 | 0 | 1001101 | 0 | 1100100 | 1000101 | 11 | 101010101 | 1100100 | 110001 |
Color Harmonies of #F8004D
Complementary color
Monochromatic Colors of #F8004D
Black with #F8004D
Text Example
Text Example
White with #F8004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8004D; }
p { color: rgb(248,0,77); }
H1.HeaderClassName
{
color: #F8004D;
}
.AnyTagClassName
{
color: #F8004D;
}
</style>
background-color css
<style>
a { background-color: #F8004D; }
a { background-color: rgb(248,0,77); }
div.DivClassName
{
background-color: #F8004D;
}
.BgClassName
{
background-color: #F8004D;
}
</style>
border-color css
<style>
span { border-color: #F8004D; }
span { border-color: rgb(248,0,77); }
td.TdClassName
{
border-color: #F8004D;
}
.TagClassName
{
border-color: #F8004D;
}
</style>