Shades of Razzmatazz #F1085C
Tints of Razzmatazz #F1085C
RGB
CMYK
RGB Variations
Color information
#F1085C (or 0xF1085C) is known color: Razzmatazz. HEX triplet: F1, 08 and 5C. RGB value is (241,8,92). Sum of RGB (Red+Green+Blue) = 241+8+92=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1085C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1085C is #0EF7A3. Grayscale: #575757. Windows color (decimal): -980900 or 6031601. OLE color: 6031601.
HSL color Cylindrical-coordinate representation of color #F1085C: hue angle of 338.37º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1085C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 92 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.05 |
| HSL | 338.37º | 0.94% | 0.49% | - |
| HSV(B) | 338.37º | 0.97% | 0.95% | - |
| XYZ | 38.29 | 19.65 | 11.9 | - |
| YUV | 87.24 | 130.69 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 92 | 0 | 0.97 | 0.62 | 0.05 | 338.37 | 0.94 | 0.49 |
| Hex | F1 | 8 | 5C | 0 | 61 | 3E | 5 | 152 | 5E | 31 |
| Octal | 361 | 10 | 134 | 0 | 141 | 76 | 5 | 522 | 136 | 61 |
| Binary | 11110001 | 1000 | 1011100 | 0 | 1100001 | 111110 | 101 | 101010010 | 1011110 | 110001 |
Color Harmonies of #F1085C
Complementary color
Monochromatic Colors of #F1085C
Black with #F1085C
Text Example
Text Example
White with #F1085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1085C; }
p { color: rgb(241,8,92); }
H1.HeaderClassName
{
color: #F1085C;
}
.AnyTagClassName
{
color: #F1085C;
}
</style>
background-color css
<style>
a { background-color: #F1085C; }
a { background-color: rgb(241,8,92); }
div.DivClassName
{
background-color: #F1085C;
}
.BgClassName
{
background-color: #F1085C;
}
</style>
border-color css
<style>
span { border-color: #F1085C; }
span { border-color: rgb(241,8,92); }
td.TdClassName
{
border-color: #F1085C;
}
.TagClassName
{
border-color: #F1085C;
}
</style>