Shades of Razzmatazz #F7165D
Tints of Razzmatazz #F7165D
RGB
CMYK
RGB Variations
Color information
#F7165D (or 0xF7165D) is known color: Razzmatazz. HEX triplet: F7, 16 and 5D. RGB value is (247,22,93). Sum of RGB (Red+Green+Blue) = 247+22+93=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F7165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7165D is #08E9A2. Grayscale: #616161. Windows color (decimal): -584099 or 6100727. OLE color: 6100727.
HSL color Cylindrical-coordinate representation of color #F7165D: hue angle of 341.07º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7165D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 93 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.03 |
| HSL | 341.07º | 0.93% | 0.53% | - |
| HSV(B) | 341.07º | 0.91% | 0.97% | - |
| XYZ | 40.62 | 21.14 | 12.3 | - |
| YUV | 97.37 | 125.54 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 93 | 0 | 0.91 | 0.62 | 0.03 | 341.07 | 0.93 | 0.53 |
| Hex | F7 | 16 | 5D | 0 | 5B | 3E | 3 | 155 | 5D | 35 |
| Octal | 367 | 26 | 135 | 0 | 133 | 76 | 3 | 525 | 135 | 65 |
| Binary | 11110111 | 10110 | 1011101 | 0 | 1011011 | 111110 | 11 | 101010101 | 1011101 | 110101 |
Color Harmonies of #F7165D
Complementary color
Monochromatic Colors of #F7165D
Black with #F7165D
Text Example
Text Example
White with #F7165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7165D; }
p { color: rgb(247,22,93); }
H1.HeaderClassName
{
color: #F7165D;
}
.AnyTagClassName
{
color: #F7165D;
}
</style>
background-color css
<style>
a { background-color: #F7165D; }
a { background-color: rgb(247,22,93); }
div.DivClassName
{
background-color: #F7165D;
}
.BgClassName
{
background-color: #F7165D;
}
</style>
border-color css
<style>
span { border-color: #F7165D; }
span { border-color: rgb(247,22,93); }
td.TdClassName
{
border-color: #F7165D;
}
.TagClassName
{
border-color: #F7165D;
}
</style>