Shades of Razzmatazz #F71250
Tints of Razzmatazz #F71250
RGB
CMYK
RGB Variations
Color information
#F71250 (or 0xF71250) is known color: Razzmatazz. HEX triplet: F7, 12 and 50. RGB value is (247,18,80). Sum of RGB (Red+Green+Blue) = 247+18+80=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F71250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71250 is #08EDAF. Grayscale: #5D5D5D. Windows color (decimal): -585136 or 5247735. OLE color: 5247735.
HSL color Cylindrical-coordinate representation of color #F71250: hue angle of 343.76º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71250 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 80 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.03 |
| HSL | 343.76º | 0.93% | 0.52% | - |
| HSV(B) | 343.76º | 0.93% | 0.97% | - |
| XYZ | 40.02 | 20.79 | 9.49 | - |
| YUV | 93.54 | 120.37 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 80 | 0 | 0.93 | 0.68 | 0.03 | 343.76 | 0.93 | 0.52 |
| Hex | F7 | 12 | 50 | 0 | 5D | 44 | 3 | 158 | 5D | 34 |
| Octal | 367 | 22 | 120 | 0 | 135 | 104 | 3 | 530 | 135 | 64 |
| Binary | 11110111 | 10010 | 1010000 | 0 | 1011101 | 1000100 | 11 | 101011000 | 1011101 | 110100 |
Color Harmonies of #F71250
Complementary color
Monochromatic Colors of #F71250
Black with #F71250
Text Example
Text Example
White with #F71250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71250; }
p { color: rgb(247,18,80); }
H1.HeaderClassName
{
color: #F71250;
}
.AnyTagClassName
{
color: #F71250;
}
</style>
background-color css
<style>
a { background-color: #F71250; }
a { background-color: rgb(247,18,80); }
div.DivClassName
{
background-color: #F71250;
}
.BgClassName
{
background-color: #F71250;
}
</style>
border-color css
<style>
span { border-color: #F71250; }
span { border-color: rgb(247,18,80); }
td.TdClassName
{
border-color: #F71250;
}
.TagClassName
{
border-color: #F71250;
}
</style>