Shades of Razzmatazz #F7085A
Tints of Razzmatazz #F7085A
RGB
CMYK
RGB Variations
Color information
#F7085A (or 0xF7085A) is known color: Razzmatazz. HEX triplet: F7, 08 and 5A. RGB value is (247,8,90). Sum of RGB (Red+Green+Blue) = 247+8+90=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7085A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7085A is #08F7A5. Grayscale: #585858. Windows color (decimal): -587686 or 5900535. OLE color: 5900535.
HSL color Cylindrical-coordinate representation of color #F7085A: hue angle of 339.41º 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 #F7085A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 90 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.03 |
| HSL | 339.41º | 0.94% | 0.5% | - |
| HSV(B) | 339.41º | 0.97% | 0.97% | - |
| XYZ | 40.29 | 20.69 | 11.54 | - |
| YUV | 88.81 | 128.68 | 240.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 90 | 0 | 0.97 | 0.64 | 0.03 | 339.41 | 0.94 | 0.5 |
| Hex | F7 | 8 | 5A | 0 | 61 | 40 | 3 | 153 | 5E | 32 |
| Octal | 367 | 10 | 132 | 0 | 141 | 100 | 3 | 523 | 136 | 62 |
| Binary | 11110111 | 1000 | 1011010 | 0 | 1100001 | 1000000 | 11 | 101010011 | 1011110 | 110010 |
Color Harmonies of #F7085A
Complementary color
Monochromatic Colors of #F7085A
Black with #F7085A
Text Example
Text Example
White with #F7085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7085A; }
p { color: rgb(247,8,90); }
H1.HeaderClassName
{
color: #F7085A;
}
.AnyTagClassName
{
color: #F7085A;
}
</style>
background-color css
<style>
a { background-color: #F7085A; }
a { background-color: rgb(247,8,90); }
div.DivClassName
{
background-color: #F7085A;
}
.BgClassName
{
background-color: #F7085A;
}
</style>
border-color css
<style>
span { border-color: #F7085A; }
span { border-color: rgb(247,8,90); }
td.TdClassName
{
border-color: #F7085A;
}
.TagClassName
{
border-color: #F7085A;
}
</style>