Shades of Razzmatazz #F7105D
Tints of Razzmatazz #F7105D
RGB
CMYK
RGB Variations
Color information
#F7105D (or 0xF7105D) is known color: Razzmatazz. HEX triplet: F7, 10 and 5D. RGB value is (247,16,93). Sum of RGB (Red+Green+Blue) = 247+16+93=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7105D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7105D is #08EFA2. Grayscale: #5D5D5D. Windows color (decimal): -585635 or 6099191. OLE color: 6099191.
HSL color Cylindrical-coordinate representation of color #F7105D: hue angle of 340º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7105D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 93 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.03 |
| HSL | 340º | 0.94% | 0.52% | - |
| HSV(B) | 340º | 0.94% | 0.97% | - |
| XYZ | 40.52 | 20.94 | 12.26 | - |
| YUV | 93.85 | 127.53 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 93 | 0 | 0.94 | 0.62 | 0.03 | 340 | 0.94 | 0.52 |
| Hex | F7 | 10 | 5D | 0 | 5E | 3E | 3 | 154 | 5E | 34 |
| Octal | 367 | 20 | 135 | 0 | 136 | 76 | 3 | 524 | 136 | 64 |
| Binary | 11110111 | 10000 | 1011101 | 0 | 1011110 | 111110 | 11 | 101010100 | 1011110 | 110100 |
Color Harmonies of #F7105D
Complementary color
Monochromatic Colors of #F7105D
Black with #F7105D
Text Example
Text Example
White with #F7105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7105D; }
p { color: rgb(247,16,93); }
H1.HeaderClassName
{
color: #F7105D;
}
.AnyTagClassName
{
color: #F7105D;
}
</style>
background-color css
<style>
a { background-color: #F7105D; }
a { background-color: rgb(247,16,93); }
div.DivClassName
{
background-color: #F7105D;
}
.BgClassName
{
background-color: #F7105D;
}
</style>
border-color css
<style>
span { border-color: #F7105D; }
span { border-color: rgb(247,16,93); }
td.TdClassName
{
border-color: #F7105D;
}
.TagClassName
{
border-color: #F7105D;
}
</style>