Shades of Razzmatazz #F9065D
Tints of Razzmatazz #F9065D
RGB
CMYK
RGB Variations
Color information
#F9065D (or 0xF9065D) is known color: Razzmatazz. HEX triplet: F9, 06 and 5D. RGB value is (249,6,93). Sum of RGB (Red+Green+Blue) = 249+6+93=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9065D is #06F9A2. Grayscale: #585858. Windows color (decimal): -457123 or 6096633. OLE color: 6096633.
HSL color Cylindrical-coordinate representation of color #F9065D: hue angle of 338.52º degrees, saturation: 0.95, 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 #F9065D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 93 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.02 |
| HSL | 338.52º | 0.95% | 0.5% | - |
| HSV(B) | 338.52º | 0.98% | 0.98% | - |
| XYZ | 41.11 | 21.06 | 12.25 | - |
| YUV | 88.58 | 130.51 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 93 | 0 | 0.98 | 0.63 | 0.02 | 338.52 | 0.95 | 0.5 |
| Hex | F9 | 6 | 5D | 0 | 62 | 3F | 2 | 153 | 5F | 32 |
| Octal | 371 | 6 | 135 | 0 | 142 | 77 | 2 | 523 | 137 | 62 |
| Binary | 11111001 | 110 | 1011101 | 0 | 1100010 | 111111 | 10 | 101010011 | 1011111 | 110010 |
Color Harmonies of #F9065D
Complementary color
Monochromatic Colors of #F9065D
Black with #F9065D
Text Example
Text Example
White with #F9065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9065D; }
p { color: rgb(249,6,93); }
H1.HeaderClassName
{
color: #F9065D;
}
.AnyTagClassName
{
color: #F9065D;
}
</style>
background-color css
<style>
a { background-color: #F9065D; }
a { background-color: rgb(249,6,93); }
div.DivClassName
{
background-color: #F9065D;
}
.BgClassName
{
background-color: #F9065D;
}
</style>
border-color css
<style>
span { border-color: #F9065D; }
span { border-color: rgb(249,6,93); }
td.TdClassName
{
border-color: #F9065D;
}
.TagClassName
{
border-color: #F9065D;
}
</style>