Shades of Razzmatazz #F7145D
Tints of Razzmatazz #F7145D
RGB
CMYK
RGB Variations
Color information
#F7145D (or 0xF7145D) is known color: Razzmatazz. HEX triplet: F7, 14 and 5D. RGB value is (247,20,93). Sum of RGB (Red+Green+Blue) = 247+20+93=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7145D is #08EBA2. Grayscale: #606060. Windows color (decimal): -584611 or 6100215. OLE color: 6100215.
HSL color Cylindrical-coordinate representation of color #F7145D: hue angle of 340.7º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7145D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.03 |
| HSL | 340.7º | 0.93% | 0.52% | - |
| HSV(B) | 340.7º | 0.92% | 0.97% | - |
| XYZ | 40.58 | 21.06 | 12.28 | - |
| YUV | 96.2 | 126.21 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 93 | 0 | 0.92 | 0.62 | 0.03 | 340.7 | 0.93 | 0.52 |
| Hex | F7 | 14 | 5D | 0 | 5C | 3E | 3 | 155 | 5D | 34 |
| Octal | 367 | 24 | 135 | 0 | 134 | 76 | 3 | 525 | 135 | 64 |
| Binary | 11110111 | 10100 | 1011101 | 0 | 1011100 | 111110 | 11 | 101010101 | 1011101 | 110100 |
Color Harmonies of #F7145D
Complementary color
Monochromatic Colors of #F7145D
Black with #F7145D
Text Example
Text Example
White with #F7145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7145D; }
p { color: rgb(247,20,93); }
H1.HeaderClassName
{
color: #F7145D;
}
.AnyTagClassName
{
color: #F7145D;
}
</style>
background-color css
<style>
a { background-color: #F7145D; }
a { background-color: rgb(247,20,93); }
div.DivClassName
{
background-color: #F7145D;
}
.BgClassName
{
background-color: #F7145D;
}
</style>
border-color css
<style>
span { border-color: #F7145D; }
span { border-color: rgb(247,20,93); }
td.TdClassName
{
border-color: #F7145D;
}
.TagClassName
{
border-color: #F7145D;
}
</style>