Shades of Razzmatazz #F9054D
Tints of Razzmatazz #F9054D
RGB
CMYK
RGB Variations
Color information
#F9054D (or 0xF9054D) is known color: Razzmatazz. HEX triplet: F9, 05 and 4D. RGB value is (249,5,77). Sum of RGB (Red+Green+Blue) = 249+5+77=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F9054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9054D is #06FAB2. Grayscale: #565656. Windows color (decimal): -457395 or 5047801. OLE color: 5047801.
HSL color Cylindrical-coordinate representation of color #F9054D: hue angle of 342.3º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9054D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.02 |
| HSL | 342.3º | 0.96% | 0.5% | - |
| HSV(B) | 342.3º | 0.98% | 0.98% | - |
| XYZ | 40.46 | 20.78 | 8.9 | - |
| YUV | 86.16 | 122.84 | 244.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 77 | 0 | 0.98 | 0.69 | 0.02 | 342.3 | 0.96 | 0.5 |
| Hex | F9 | 5 | 4D | 0 | 62 | 45 | 2 | 156 | 60 | 32 |
| Octal | 371 | 5 | 115 | 0 | 142 | 105 | 2 | 526 | 140 | 62 |
| Binary | 11111001 | 101 | 1001101 | 0 | 1100010 | 1000101 | 10 | 101010110 | 1100000 | 110010 |
Color Harmonies of #F9054D
Complementary color
Monochromatic Colors of #F9054D
Black with #F9054D
Text Example
Text Example
White with #F9054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9054D; }
p { color: rgb(249,5,77); }
H1.HeaderClassName
{
color: #F9054D;
}
.AnyTagClassName
{
color: #F9054D;
}
</style>
background-color css
<style>
a { background-color: #F9054D; }
a { background-color: rgb(249,5,77); }
div.DivClassName
{
background-color: #F9054D;
}
.BgClassName
{
background-color: #F9054D;
}
</style>
border-color css
<style>
span { border-color: #F9054D; }
span { border-color: rgb(249,5,77); }
td.TdClassName
{
border-color: #F9054D;
}
.TagClassName
{
border-color: #F9054D;
}
</style>