Shades of Razzmatazz #F71453
Tints of Razzmatazz #F71453
RGB
CMYK
RGB Variations
Color information
#F71453 (or 0xF71453) is known color: Razzmatazz. HEX triplet: F7, 14 and 53. RGB value is (247,20,83). Sum of RGB (Red+Green+Blue) = 247+20+83=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F71453 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71453 is #08EBAC. Grayscale: #5F5F5F. Windows color (decimal): -584621 or 5444855. OLE color: 5444855.
HSL color Cylindrical-coordinate representation of color #F71453: hue angle of 343.35º 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 #F71453 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 83 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.03 |
| HSL | 343.35º | 0.93% | 0.52% | - |
| HSV(B) | 343.35º | 0.92% | 0.97% | - |
| XYZ | 40.17 | 20.9 | 10.1 | - |
| YUV | 95.06 | 121.21 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 83 | 0 | 0.92 | 0.66 | 0.03 | 343.35 | 0.93 | 0.52 |
| Hex | F7 | 14 | 53 | 0 | 5C | 42 | 3 | 157 | 5D | 34 |
| Octal | 367 | 24 | 123 | 0 | 134 | 102 | 3 | 527 | 135 | 64 |
| Binary | 11110111 | 10100 | 1010011 | 0 | 1011100 | 1000010 | 11 | 101010111 | 1011101 | 110100 |
Color Harmonies of #F71453
Complementary color
Monochromatic Colors of #F71453
Black with #F71453
Text Example
Text Example
White with #F71453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71453; }
p { color: rgb(247,20,83); }
H1.HeaderClassName
{
color: #F71453;
}
.AnyTagClassName
{
color: #F71453;
}
</style>
background-color css
<style>
a { background-color: #F71453; }
a { background-color: rgb(247,20,83); }
div.DivClassName
{
background-color: #F71453;
}
.BgClassName
{
background-color: #F71453;
}
</style>
border-color css
<style>
span { border-color: #F71453; }
span { border-color: rgb(247,20,83); }
td.TdClassName
{
border-color: #F71453;
}
.TagClassName
{
border-color: #F71453;
}
</style>