Shades of Razzmatazz #F71458
Tints of Razzmatazz #F71458
RGB
CMYK
RGB Variations
Color information
#F71458 (or 0xF71458) is known color: Razzmatazz. HEX triplet: F7, 14 and 58. RGB value is (247,20,88). Sum of RGB (Red+Green+Blue) = 247+20+88=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F71458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71458 is #08EBA7. Grayscale: #5F5F5F. Windows color (decimal): -584616 or 5772535. OLE color: 5772535.
HSL color Cylindrical-coordinate representation of color #F71458: hue angle of 342.03º 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 #F71458 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 88 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.03 |
| HSL | 342.03º | 0.93% | 0.52% | - |
| HSV(B) | 342.03º | 0.92% | 0.97% | - |
| XYZ | 40.37 | 20.98 | 11.15 | - |
| YUV | 95.63 | 123.71 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 88 | 0 | 0.92 | 0.64 | 0.03 | 342.03 | 0.93 | 0.52 |
| Hex | F7 | 14 | 58 | 0 | 5C | 40 | 3 | 156 | 5D | 34 |
| Octal | 367 | 24 | 130 | 0 | 134 | 100 | 3 | 526 | 135 | 64 |
| Binary | 11110111 | 10100 | 1011000 | 0 | 1011100 | 1000000 | 11 | 101010110 | 1011101 | 110100 |
Color Harmonies of #F71458
Complementary color
Monochromatic Colors of #F71458
Black with #F71458
Text Example
Text Example
White with #F71458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71458; }
p { color: rgb(247,20,88); }
H1.HeaderClassName
{
color: #F71458;
}
.AnyTagClassName
{
color: #F71458;
}
</style>
background-color css
<style>
a { background-color: #F71458; }
a { background-color: rgb(247,20,88); }
div.DivClassName
{
background-color: #F71458;
}
.BgClassName
{
background-color: #F71458;
}
</style>
border-color css
<style>
span { border-color: #F71458; }
span { border-color: rgb(247,20,88); }
td.TdClassName
{
border-color: #F71458;
}
.TagClassName
{
border-color: #F71458;
}
</style>