Shades of Razzmatazz #F9035D
Tints of Razzmatazz #F9035D
RGB
CMYK
RGB Variations
Color information
#F9035D (or 0xF9035D) is known color: Razzmatazz. HEX triplet: F9, 03 and 5D. RGB value is (249,3,93). Sum of RGB (Red+Green+Blue) = 249+3+93=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F9035D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9035D is #06FCA2. Grayscale: #565656. Windows color (decimal): -457891 or 6095865. OLE color: 6095865.
HSL color Cylindrical-coordinate representation of color #F9035D: hue angle of 338.05º 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 #F9035D is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.02 |
| HSL | 338.05º | 0.98% | 0.49% | - |
| HSV(B) | 338.05º | 0.99% | 0.98% | - |
| XYZ | 41.08 | 21 | 12.24 | - |
| YUV | 86.81 | 131.5 | 243.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 93 | 0 | 0.99 | 0.63 | 0.02 | 338.05 | 0.98 | 0.49 |
| Hex | F9 | 3 | 5D | 0 | 63 | 3F | 2 | 152 | 62 | 31 |
| Octal | 371 | 3 | 135 | 0 | 143 | 77 | 2 | 522 | 142 | 61 |
| Binary | 11111001 | 11 | 1011101 | 0 | 1100011 | 111111 | 10 | 101010010 | 1100010 | 110001 |
Color Harmonies of #F9035D
Complementary color
Monochromatic Colors of #F9035D
Black with #F9035D
Text Example
Text Example
White with #F9035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9035D; }
p { color: rgb(249,3,93); }
H1.HeaderClassName
{
color: #F9035D;
}
.AnyTagClassName
{
color: #F9035D;
}
</style>
background-color css
<style>
a { background-color: #F9035D; }
a { background-color: rgb(249,3,93); }
div.DivClassName
{
background-color: #F9035D;
}
.BgClassName
{
background-color: #F9035D;
}
</style>
border-color css
<style>
span { border-color: #F9035D; }
span { border-color: rgb(249,3,93); }
td.TdClassName
{
border-color: #F9035D;
}
.TagClassName
{
border-color: #F9035D;
}
</style>