Shades of Razzmatazz #F7005C
Tints of Razzmatazz #F7005C
RGB
CMYK
RGB Variations
Color information
#F7005C (or 0xF7005C) is known color: Razzmatazz. HEX triplet: F7, 00 and 5C. RGB value is (247,0,92). Sum of RGB (Red+Green+Blue) = 247+0+92=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7005C is #08FFA3. Grayscale: #545454. Windows color (decimal): -589732 or 6029559. OLE color: 6029559.
HSL color Cylindrical-coordinate representation of color #F7005C: hue angle of 337.65º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7005C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.63 | 0.03 |
| HSL | 337.65º | 1% | 0.48% | - |
| HSV(B) | 337.65º | 1% | 0.97% | - |
| XYZ | 40.29 | 20.55 | 11.97 | - |
| YUV | 84.34 | 132.33 | 244.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 92 | 0 | 1 | 0.63 | 0.03 | 337.65 | 1 | 0.48 |
| Hex | F7 | 0 | 5C | 0 | 64 | 3F | 3 | 152 | 64 | 30 |
| Octal | 367 | 0 | 134 | 0 | 144 | 77 | 3 | 522 | 144 | 60 |
| Binary | 11110111 | 0 | 1011100 | 0 | 1100100 | 111111 | 11 | 101010010 | 1100100 | 110000 |
Color Harmonies of #F7005C
Complementary color
Monochromatic Colors of #F7005C
Black with #F7005C
Text Example
Text Example
White with #F7005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7005C; }
p { color: rgb(247,0,92); }
H1.HeaderClassName
{
color: #F7005C;
}
.AnyTagClassName
{
color: #F7005C;
}
</style>
background-color css
<style>
a { background-color: #F7005C; }
a { background-color: rgb(247,0,92); }
div.DivClassName
{
background-color: #F7005C;
}
.BgClassName
{
background-color: #F7005C;
}
</style>
border-color css
<style>
span { border-color: #F7005C; }
span { border-color: rgb(247,0,92); }
td.TdClassName
{
border-color: #F7005C;
}
.TagClassName
{
border-color: #F7005C;
}
</style>