Shades of Razzmatazz #F8065D
Tints of Razzmatazz #F8065D
RGB
CMYK
RGB Variations
Color information
#F8065D (or 0xF8065D) is known color: Razzmatazz. HEX triplet: F8, 06 and 5D. RGB value is (248,6,93). Sum of RGB (Red+Green+Blue) = 248+6+93=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F8065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8065D is #07F9A2. Grayscale: #585858. Windows color (decimal): -522659 or 6096632. OLE color: 6096632.
HSL color Cylindrical-coordinate representation of color #F8065D: hue angle of 338.43º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8065D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 93 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.03 |
| HSL | 338.43º | 0.95% | 0.5% | - |
| HSV(B) | 338.43º | 0.98% | 0.97% | - |
| XYZ | 40.75 | 20.88 | 12.24 | - |
| YUV | 88.28 | 130.67 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 93 | 0 | 0.98 | 0.62 | 0.03 | 338.43 | 0.95 | 0.5 |
| Hex | F8 | 6 | 5D | 0 | 62 | 3E | 3 | 152 | 5F | 32 |
| Octal | 370 | 6 | 135 | 0 | 142 | 76 | 3 | 522 | 137 | 62 |
| Binary | 11111000 | 110 | 1011101 | 0 | 1100010 | 111110 | 11 | 101010010 | 1011111 | 110010 |
Color Harmonies of #F8065D
Complementary color
Monochromatic Colors of #F8065D
Black with #F8065D
Text Example
Text Example
White with #F8065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8065D; }
p { color: rgb(248,6,93); }
H1.HeaderClassName
{
color: #F8065D;
}
.AnyTagClassName
{
color: #F8065D;
}
</style>
background-color css
<style>
a { background-color: #F8065D; }
a { background-color: rgb(248,6,93); }
div.DivClassName
{
background-color: #F8065D;
}
.BgClassName
{
background-color: #F8065D;
}
</style>
border-color css
<style>
span { border-color: #F8065D; }
span { border-color: rgb(248,6,93); }
td.TdClassName
{
border-color: #F8065D;
}
.TagClassName
{
border-color: #F8065D;
}
</style>