Shades of Razzmatazz #F7065C
Tints of Razzmatazz #F7065C
RGB
CMYK
RGB Variations
Color information
#F7065C (or 0xF7065C) is known color: Razzmatazz. HEX triplet: F7, 06 and 5C. RGB value is (247,6,92). Sum of RGB (Red+Green+Blue) = 247+6+92=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7065C is #08F9A3. Grayscale: #575757. Windows color (decimal): -588196 or 6031095. OLE color: 6031095.
HSL color Cylindrical-coordinate representation of color #F7065C: 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.98%. Process color model (Four color, CMYK) of #F7065C is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 92 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.03 |
| HSL | 338.59º | 0.95% | 0.5% | - |
| HSV(B) | 338.59º | 0.98% | 0.97% | - |
| XYZ | 40.35 | 20.68 | 11.99 | - |
| YUV | 87.86 | 130.34 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 92 | 0 | 0.98 | 0.63 | 0.03 | 338.59 | 0.95 | 0.5 |
| Hex | F7 | 6 | 5C | 0 | 62 | 3F | 3 | 153 | 5F | 32 |
| Octal | 367 | 6 | 134 | 0 | 142 | 77 | 3 | 523 | 137 | 62 |
| Binary | 11110111 | 110 | 1011100 | 0 | 1100010 | 111111 | 11 | 101010011 | 1011111 | 110010 |
Color Harmonies of #F7065C
Complementary color
Monochromatic Colors of #F7065C
Black with #F7065C
Text Example
Text Example
White with #F7065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7065C; }
p { color: rgb(247,6,92); }
H1.HeaderClassName
{
color: #F7065C;
}
.AnyTagClassName
{
color: #F7065C;
}
</style>
background-color css
<style>
a { background-color: #F7065C; }
a { background-color: rgb(247,6,92); }
div.DivClassName
{
background-color: #F7065C;
}
.BgClassName
{
background-color: #F7065C;
}
</style>
border-color css
<style>
span { border-color: #F7065C; }
span { border-color: rgb(247,6,92); }
td.TdClassName
{
border-color: #F7065C;
}
.TagClassName
{
border-color: #F7065C;
}
</style>