Shades of Razzmatazz #F1095D
Tints of Razzmatazz #F1095D
RGB
CMYK
RGB Variations
Color information
#F1095D (or 0xF1095D) is known color: Razzmatazz. HEX triplet: F1, 09 and 5D. RGB value is (241,9,93). Sum of RGB (Red+Green+Blue) = 241+9+93=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1095D is #0EF6A2. Grayscale: #575757. Windows color (decimal): -980643 or 6097393. OLE color: 6097393.
HSL color Cylindrical-coordinate representation of color #F1095D: hue angle of 338.28º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1095D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.05 |
| HSL | 338.28º | 0.93% | 0.49% | - |
| HSV(B) | 338.28º | 0.96% | 0.95% | - |
| XYZ | 38.35 | 19.69 | 12.13 | - |
| YUV | 87.94 | 130.86 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 93 | 0 | 0.96 | 0.61 | 0.05 | 338.28 | 0.93 | 0.49 |
| Hex | F1 | 9 | 5D | 0 | 60 | 3D | 5 | 152 | 5D | 31 |
| Octal | 361 | 11 | 135 | 0 | 140 | 75 | 5 | 522 | 135 | 61 |
| Binary | 11110001 | 1001 | 1011101 | 0 | 1100000 | 111101 | 101 | 101010010 | 1011101 | 110001 |
Color Harmonies of #F1095D
Complementary color
Monochromatic Colors of #F1095D
Black with #F1095D
Text Example
Text Example
White with #F1095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1095D; }
p { color: rgb(241,9,93); }
H1.HeaderClassName
{
color: #F1095D;
}
.AnyTagClassName
{
color: #F1095D;
}
</style>
background-color css
<style>
a { background-color: #F1095D; }
a { background-color: rgb(241,9,93); }
div.DivClassName
{
background-color: #F1095D;
}
.BgClassName
{
background-color: #F1095D;
}
</style>
border-color css
<style>
span { border-color: #F1095D; }
span { border-color: rgb(241,9,93); }
td.TdClassName
{
border-color: #F1095D;
}
.TagClassName
{
border-color: #F1095D;
}
</style>