Shades of Razzmatazz #F9015D
Tints of Razzmatazz #F9015D
RGB
CMYK
RGB Variations
Color information
#F9015D (or 0xF9015D) is known color: Razzmatazz. HEX triplet: F9, 01 and 5D. RGB value is (249,1,93). Sum of RGB (Red+Green+Blue) = 249+1+93=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F9015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9015D is #06FEA2. Grayscale: #555555. Windows color (decimal): -458403 or 6095353. OLE color: 6095353.
HSL color Cylindrical-coordinate representation of color #F9015D: hue angle of 337.74º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9015D is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.02 |
| HSL | 337.74º | 0.99% | 0.49% | - |
| HSV(B) | 337.74º | 1% | 0.98% | - |
| XYZ | 41.05 | 20.95 | 12.24 | - |
| YUV | 85.64 | 132.16 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 93 | 0 | 1.00 | 0.63 | 0.02 | 337.74 | 0.99 | 0.49 |
| Hex | F9 | 1 | 5D | 0 | 64 | 3F | 2 | 152 | 63 | 31 |
| Octal | 371 | 1 | 135 | 0 | 144 | 77 | 2 | 522 | 143 | 61 |
| Binary | 11111001 | 1 | 1011101 | 0 | 1100100 | 111111 | 10 | 101010010 | 1100011 | 110001 |
Color Harmonies of #F9015D
Complementary color
Monochromatic Colors of #F9015D
Black with #F9015D
Text Example
Text Example
White with #F9015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9015D; }
p { color: rgb(249,1,93); }
H1.HeaderClassName
{
color: #F9015D;
}
.AnyTagClassName
{
color: #F9015D;
}
</style>
background-color css
<style>
a { background-color: #F9015D; }
a { background-color: rgb(249,1,93); }
div.DivClassName
{
background-color: #F9015D;
}
.BgClassName
{
background-color: #F9015D;
}
</style>
border-color css
<style>
span { border-color: #F9015D; }
span { border-color: rgb(249,1,93); }
td.TdClassName
{
border-color: #F9015D;
}
.TagClassName
{
border-color: #F9015D;
}
</style>