Shades of Razzmatazz #F7054D
Tints of Razzmatazz #F7054D
RGB
CMYK
RGB Variations
Color information
#F7054D (or 0xF7054D) is known color: Razzmatazz. HEX triplet: F7, 05 and 4D. RGB value is (247,5,77). Sum of RGB (Red+Green+Blue) = 247+5+77=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F7054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7054D is #08FAB2. Grayscale: #555555. Windows color (decimal): -588467 or 5047799. OLE color: 5047799.
HSL color Cylindrical-coordinate representation of color #F7054D: hue angle of 342.15º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7054D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.03 |
| HSL | 342.15º | 0.96% | 0.49% | - |
| HSV(B) | 342.15º | 0.98% | 0.97% | - |
| XYZ | 39.75 | 20.42 | 8.87 | - |
| YUV | 85.57 | 123.17 | 243.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 77 | 0 | 0.98 | 0.69 | 0.03 | 342.15 | 0.96 | 0.49 |
| Hex | F7 | 5 | 4D | 0 | 62 | 45 | 3 | 156 | 60 | 31 |
| Octal | 367 | 5 | 115 | 0 | 142 | 105 | 3 | 526 | 140 | 61 |
| Binary | 11110111 | 101 | 1001101 | 0 | 1100010 | 1000101 | 11 | 101010110 | 1100000 | 110001 |
Color Harmonies of #F7054D
Complementary color
Monochromatic Colors of #F7054D
Black with #F7054D
Text Example
Text Example
White with #F7054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7054D; }
p { color: rgb(247,5,77); }
H1.HeaderClassName
{
color: #F7054D;
}
.AnyTagClassName
{
color: #F7054D;
}
</style>
background-color css
<style>
a { background-color: #F7054D; }
a { background-color: rgb(247,5,77); }
div.DivClassName
{
background-color: #F7054D;
}
.BgClassName
{
background-color: #F7054D;
}
</style>
border-color css
<style>
span { border-color: #F7054D; }
span { border-color: rgb(247,5,77); }
td.TdClassName
{
border-color: #F7054D;
}
.TagClassName
{
border-color: #F7054D;
}
</style>