Shades of Razzmatazz #F8065C
Tints of Razzmatazz #F8065C
RGB
CMYK
RGB Variations
Color information
#F8065C (or 0xF8065C) is known color: Razzmatazz. HEX triplet: F8, 06 and 5C. RGB value is (248,6,92). Sum of RGB (Red+Green+Blue) = 248+6+92=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8065C is #07F9A3. Grayscale: #585858. Windows color (decimal): -522660 or 6031096. OLE color: 6031096.
HSL color Cylindrical-coordinate representation of color #F8065C: hue angle of 338.68º 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 #F8065C is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 92 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.03 |
| HSL | 338.68º | 0.95% | 0.5% | - |
| HSV(B) | 338.68º | 0.98% | 0.97% | - |
| XYZ | 40.71 | 20.86 | 12.01 | - |
| YUV | 88.16 | 130.17 | 242.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 92 | 0 | 0.98 | 0.63 | 0.03 | 338.68 | 0.95 | 0.5 |
| Hex | F8 | 6 | 5C | 0 | 62 | 3F | 3 | 153 | 5F | 32 |
| Octal | 370 | 6 | 134 | 0 | 142 | 77 | 3 | 523 | 137 | 62 |
| Binary | 11111000 | 110 | 1011100 | 0 | 1100010 | 111111 | 11 | 101010011 | 1011111 | 110010 |
Color Harmonies of #F8065C
Complementary color
Monochromatic Colors of #F8065C
Black with #F8065C
Text Example
Text Example
White with #F8065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8065C; }
p { color: rgb(248,6,92); }
H1.HeaderClassName
{
color: #F8065C;
}
.AnyTagClassName
{
color: #F8065C;
}
</style>
background-color css
<style>
a { background-color: #F8065C; }
a { background-color: rgb(248,6,92); }
div.DivClassName
{
background-color: #F8065C;
}
.BgClassName
{
background-color: #F8065C;
}
</style>
border-color css
<style>
span { border-color: #F8065C; }
span { border-color: rgb(248,6,92); }
td.TdClassName
{
border-color: #F8065C;
}
.TagClassName
{
border-color: #F8065C;
}
</style>