Shades of Razzmatazz #F71454
Tints of Razzmatazz #F71454
RGB
CMYK
RGB Variations
Color information
#F71454 (or 0xF71454) is known color: Razzmatazz. HEX triplet: F7, 14 and 54. RGB value is (247,20,84). Sum of RGB (Red+Green+Blue) = 247+20+84=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F71454 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71454 is #08EBAB. Grayscale: #5F5F5F. Windows color (decimal): -584620 or 5510391. OLE color: 5510391.
HSL color Cylindrical-coordinate representation of color #F71454: hue angle of 343.08º 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 #F71454 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 84 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.03 |
| HSL | 343.08º | 0.93% | 0.52% | - |
| HSV(B) | 343.08º | 0.92% | 0.97% | - |
| XYZ | 40.21 | 20.91 | 10.31 | - |
| YUV | 95.17 | 121.71 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 84 | 0 | 0.92 | 0.66 | 0.03 | 343.08 | 0.93 | 0.52 |
| Hex | F7 | 14 | 54 | 0 | 5C | 42 | 3 | 157 | 5D | 34 |
| Octal | 367 | 24 | 124 | 0 | 134 | 102 | 3 | 527 | 135 | 64 |
| Binary | 11110111 | 10100 | 1010100 | 0 | 1011100 | 1000010 | 11 | 101010111 | 1011101 | 110100 |
Color Harmonies of #F71454
Complementary color
Monochromatic Colors of #F71454
Black with #F71454
Text Example
Text Example
White with #F71454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71454; }
p { color: rgb(247,20,84); }
H1.HeaderClassName
{
color: #F71454;
}
.AnyTagClassName
{
color: #F71454;
}
</style>
background-color css
<style>
a { background-color: #F71454; }
a { background-color: rgb(247,20,84); }
div.DivClassName
{
background-color: #F71454;
}
.BgClassName
{
background-color: #F71454;
}
</style>
border-color css
<style>
span { border-color: #F71454; }
span { border-color: rgb(247,20,84); }
td.TdClassName
{
border-color: #F71454;
}
.TagClassName
{
border-color: #F71454;
}
</style>