Shades of Razzmatazz #F9005E
Tints of Razzmatazz #F9005E
RGB
CMYK
RGB Variations
Color information
#F9005E (or 0xF9005E) is known color: Razzmatazz. HEX triplet: F9, 00 and 5E. RGB value is (249,0,94). Sum of RGB (Red+Green+Blue) = 249+0+94=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F9005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9005E is #06FFA1. Grayscale: #555555. Windows color (decimal): -458658 or 6160633. OLE color: 6160633.
HSL color Cylindrical-coordinate representation of color #F9005E: hue angle of 337.35º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9005E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.62 | 0.02 |
| HSL | 337.35º | 1% | 0.49% | - |
| HSV(B) | 337.35º | 1% | 0.98% | - |
| XYZ | 41.09 | 20.95 | 12.47 | - |
| YUV | 85.17 | 132.99 | 244.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 94 | 0 | 1 | 0.62 | 0.02 | 337.35 | 1 | 0.49 |
| Hex | F9 | 0 | 5E | 0 | 64 | 3E | 2 | 151 | 64 | 31 |
| Octal | 371 | 0 | 136 | 0 | 144 | 76 | 2 | 521 | 144 | 61 |
| Binary | 11111001 | 0 | 1011110 | 0 | 1100100 | 111110 | 10 | 101010001 | 1100100 | 110001 |
Color Harmonies of #F9005E
Complementary color
Monochromatic Colors of #F9005E
Black with #F9005E
Text Example
Text Example
White with #F9005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9005E; }
p { color: rgb(249,0,94); }
H1.HeaderClassName
{
color: #F9005E;
}
.AnyTagClassName
{
color: #F9005E;
}
</style>
background-color css
<style>
a { background-color: #F9005E; }
a { background-color: rgb(249,0,94); }
div.DivClassName
{
background-color: #F9005E;
}
.BgClassName
{
background-color: #F9005E;
}
</style>
border-color css
<style>
span { border-color: #F9005E; }
span { border-color: rgb(249,0,94); }
td.TdClassName
{
border-color: #F9005E;
}
.TagClassName
{
border-color: #F9005E;
}
</style>