Shades of Razzmatazz #F7084D
Tints of Razzmatazz #F7084D
RGB
CMYK
RGB Variations
Color information
#F7084D (or 0xF7084D) is known color: Razzmatazz. HEX triplet: F7, 08 and 4D. RGB value is (247,8,77). Sum of RGB (Red+Green+Blue) = 247+8+77=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F7084D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7084D is #08F7B2. Grayscale: #575757. Windows color (decimal): -587699 or 5048567. OLE color: 5048567.
HSL color Cylindrical-coordinate representation of color #F7084D: hue angle of 342.68º degrees, saturation: 0.94, 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 #F7084D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 77 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.03 |
| HSL | 342.68º | 0.94% | 0.5% | - |
| HSV(B) | 342.68º | 0.97% | 0.97% | - |
| XYZ | 39.78 | 20.48 | 8.88 | - |
| YUV | 87.33 | 122.18 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 77 | 0 | 0.97 | 0.69 | 0.03 | 342.68 | 0.94 | 0.5 |
| Hex | F7 | 8 | 4D | 0 | 61 | 45 | 3 | 157 | 5E | 32 |
| Octal | 367 | 10 | 115 | 0 | 141 | 105 | 3 | 527 | 136 | 62 |
| Binary | 11110111 | 1000 | 1001101 | 0 | 1100001 | 1000101 | 11 | 101010111 | 1011110 | 110010 |
Color Harmonies of #F7084D
Complementary color
Monochromatic Colors of #F7084D
Black with #F7084D
Text Example
Text Example
White with #F7084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7084D; }
p { color: rgb(247,8,77); }
H1.HeaderClassName
{
color: #F7084D;
}
.AnyTagClassName
{
color: #F7084D;
}
</style>
background-color css
<style>
a { background-color: #F7084D; }
a { background-color: rgb(247,8,77); }
div.DivClassName
{
background-color: #F7084D;
}
.BgClassName
{
background-color: #F7084D;
}
</style>
border-color css
<style>
span { border-color: #F7084D; }
span { border-color: rgb(247,8,77); }
td.TdClassName
{
border-color: #F7084D;
}
.TagClassName
{
border-color: #F7084D;
}
</style>