Shades of Razzmatazz #F8075D
Tints of Razzmatazz #F8075D
RGB
CMYK
RGB Variations
Color information
#F8075D (or 0xF8075D) is known color: Razzmatazz. HEX triplet: F8, 07 and 5D. RGB value is (248,7,93). Sum of RGB (Red+Green+Blue) = 248+7+93=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8075D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8075D is #07F8A2. Grayscale: #585858. Windows color (decimal): -522403 or 6096888. OLE color: 6096888.
HSL color Cylindrical-coordinate representation of color #F8075D: hue angle of 338.59º 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 #F8075D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.03 |
| HSL | 338.59º | 0.95% | 0.5% | - |
| HSV(B) | 338.59º | 0.97% | 0.97% | - |
| XYZ | 40.76 | 20.9 | 12.24 | - |
| YUV | 88.86 | 130.34 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 93 | 0 | 0.97 | 0.62 | 0.03 | 338.59 | 0.95 | 0.5 |
| Hex | F8 | 7 | 5D | 0 | 61 | 3E | 3 | 153 | 5F | 32 |
| Octal | 370 | 7 | 135 | 0 | 141 | 76 | 3 | 523 | 137 | 62 |
| Binary | 11111000 | 111 | 1011101 | 0 | 1100001 | 111110 | 11 | 101010011 | 1011111 | 110010 |
Color Harmonies of #F8075D
Complementary color
Monochromatic Colors of #F8075D
Black with #F8075D
Text Example
Text Example
White with #F8075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8075D; }
p { color: rgb(248,7,93); }
H1.HeaderClassName
{
color: #F8075D;
}
.AnyTagClassName
{
color: #F8075D;
}
</style>
background-color css
<style>
a { background-color: #F8075D; }
a { background-color: rgb(248,7,93); }
div.DivClassName
{
background-color: #F8075D;
}
.BgClassName
{
background-color: #F8075D;
}
</style>
border-color css
<style>
span { border-color: #F8075D; }
span { border-color: rgb(248,7,93); }
td.TdClassName
{
border-color: #F8075D;
}
.TagClassName
{
border-color: #F8075D;
}
</style>