Shades of Razzmatazz #F8074D
Tints of Razzmatazz #F8074D
RGB
CMYK
RGB Variations
Color information
#F8074D (or 0xF8074D) is known color: Razzmatazz. HEX triplet: F8, 07 and 4D. RGB value is (248,7,77). Sum of RGB (Red+Green+Blue) = 248+7+77=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F8074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8074D is #07F8B2. Grayscale: #565656. Windows color (decimal): -522419 or 5048312. OLE color: 5048312.
HSL color Cylindrical-coordinate representation of color #F8074D: hue angle of 342.57º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8074D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 77 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.03 |
| HSL | 342.57º | 0.95% | 0.5% | - |
| HSV(B) | 342.57º | 0.97% | 0.97% | - |
| XYZ | 40.13 | 20.64 | 8.89 | - |
| YUV | 87.04 | 122.34 | 242.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 77 | 0 | 0.97 | 0.69 | 0.03 | 342.57 | 0.95 | 0.5 |
| Hex | F8 | 7 | 4D | 0 | 61 | 45 | 3 | 157 | 5F | 32 |
| Octal | 370 | 7 | 115 | 0 | 141 | 105 | 3 | 527 | 137 | 62 |
| Binary | 11111000 | 111 | 1001101 | 0 | 1100001 | 1000101 | 11 | 101010111 | 1011111 | 110010 |
Color Harmonies of #F8074D
Complementary color
Monochromatic Colors of #F8074D
Black with #F8074D
Text Example
Text Example
White with #F8074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8074D; }
p { color: rgb(248,7,77); }
H1.HeaderClassName
{
color: #F8074D;
}
.AnyTagClassName
{
color: #F8074D;
}
</style>
background-color css
<style>
a { background-color: #F8074D; }
a { background-color: rgb(248,7,77); }
div.DivClassName
{
background-color: #F8074D;
}
.BgClassName
{
background-color: #F8074D;
}
</style>
border-color css
<style>
span { border-color: #F8074D; }
span { border-color: rgb(248,7,77); }
td.TdClassName
{
border-color: #F8074D;
}
.TagClassName
{
border-color: #F8074D;
}
</style>