Shades of Razzmatazz #F9035A
Tints of Razzmatazz #F9035A
RGB
CMYK
RGB Variations
Color information
#F9035A (or 0xF9035A) is known color: Razzmatazz. HEX triplet: F9, 03 and 5A. RGB value is (249,3,90). Sum of RGB (Red+Green+Blue) = 249+3+90=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F9035A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9035A is #06FCA5. Grayscale: #565656. Windows color (decimal): -457894 or 5899257. OLE color: 5899257.
HSL color Cylindrical-coordinate representation of color #F9035A: hue angle of 338.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9035A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.02 |
| HSL | 338.78º | 0.98% | 0.49% | - |
| HSV(B) | 338.78º | 0.99% | 0.98% | - |
| XYZ | 40.94 | 20.94 | 11.56 | - |
| YUV | 86.47 | 130 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 90 | 0 | 0.99 | 0.64 | 0.02 | 338.78 | 0.98 | 0.49 |
| Hex | F9 | 3 | 5A | 0 | 63 | 40 | 2 | 153 | 62 | 31 |
| Octal | 371 | 3 | 132 | 0 | 143 | 100 | 2 | 523 | 142 | 61 |
| Binary | 11111001 | 11 | 1011010 | 0 | 1100011 | 1000000 | 10 | 101010011 | 1100010 | 110001 |
Color Harmonies of #F9035A
Complementary color
Monochromatic Colors of #F9035A
Black with #F9035A
Text Example
Text Example
White with #F9035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9035A; }
p { color: rgb(249,3,90); }
H1.HeaderClassName
{
color: #F9035A;
}
.AnyTagClassName
{
color: #F9035A;
}
</style>
background-color css
<style>
a { background-color: #F9035A; }
a { background-color: rgb(249,3,90); }
div.DivClassName
{
background-color: #F9035A;
}
.BgClassName
{
background-color: #F9035A;
}
</style>
border-color css
<style>
span { border-color: #F9035A; }
span { border-color: rgb(249,3,90); }
td.TdClassName
{
border-color: #F9035A;
}
.TagClassName
{
border-color: #F9035A;
}
</style>