Shades of Razzmatazz #F8034D
Tints of Razzmatazz #F8034D
RGB
CMYK
RGB Variations
Color information
#F8034D (or 0xF8034D) is known color: Razzmatazz. HEX triplet: F8, 03 and 4D. RGB value is (248,3,77). Sum of RGB (Red+Green+Blue) = 248+3+77=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8034D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8034D is #07FCB2. Grayscale: #545454. Windows color (decimal): -523443 or 5047288. OLE color: 5047288.
HSL color Cylindrical-coordinate representation of color #F8034D: hue angle of 341.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8034D is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 77 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.03 |
| HSL | 341.88º | 0.98% | 0.49% | - |
| HSV(B) | 341.88º | 0.99% | 0.97% | - |
| XYZ | 40.08 | 20.56 | 8.88 | - |
| YUV | 84.69 | 123.67 | 244.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 77 | 0 | 0.99 | 0.69 | 0.03 | 341.88 | 0.98 | 0.49 |
| Hex | F8 | 3 | 4D | 0 | 63 | 45 | 3 | 156 | 62 | 31 |
| Octal | 370 | 3 | 115 | 0 | 143 | 105 | 3 | 526 | 142 | 61 |
| Binary | 11111000 | 11 | 1001101 | 0 | 1100011 | 1000101 | 11 | 101010110 | 1100010 | 110001 |
Color Harmonies of #F8034D
Complementary color
Monochromatic Colors of #F8034D
Black with #F8034D
Text Example
Text Example
White with #F8034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8034D; }
p { color: rgb(248,3,77); }
H1.HeaderClassName
{
color: #F8034D;
}
.AnyTagClassName
{
color: #F8034D;
}
</style>
background-color css
<style>
a { background-color: #F8034D; }
a { background-color: rgb(248,3,77); }
div.DivClassName
{
background-color: #F8034D;
}
.BgClassName
{
background-color: #F8034D;
}
</style>
border-color css
<style>
span { border-color: #F8034D; }
span { border-color: rgb(248,3,77); }
td.TdClassName
{
border-color: #F8034D;
}
.TagClassName
{
border-color: #F8034D;
}
</style>