Shades of Razzmatazz #F1085E
Tints of Razzmatazz #F1085E
RGB
CMYK
RGB Variations
Color information
#F1085E (or 0xF1085E) is known color: Razzmatazz. HEX triplet: F1, 08 and 5E. RGB value is (241,8,94). Sum of RGB (Red+Green+Blue) = 241+8+94=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1085E is #0EF7A1. Grayscale: #575757. Windows color (decimal): -980898 or 6162673. OLE color: 6162673.
HSL color Cylindrical-coordinate representation of color #F1085E: hue angle of 337.85º 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 #F1085E is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 94 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.05 |
| HSL | 337.85º | 0.94% | 0.49% | - |
| HSV(B) | 337.85º | 0.97% | 0.95% | - |
| XYZ | 38.38 | 19.68 | 12.37 | - |
| YUV | 87.47 | 131.69 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 94 | 0 | 0.97 | 0.61 | 0.05 | 337.85 | 0.94 | 0.49 |
| Hex | F1 | 8 | 5E | 0 | 61 | 3D | 5 | 152 | 5E | 31 |
| Octal | 361 | 10 | 136 | 0 | 141 | 75 | 5 | 522 | 136 | 61 |
| Binary | 11110001 | 1000 | 1011110 | 0 | 1100001 | 111101 | 101 | 101010010 | 1011110 | 110001 |
Color Harmonies of #F1085E
Complementary color
Monochromatic Colors of #F1085E
Black with #F1085E
Text Example
Text Example
White with #F1085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1085E; }
p { color: rgb(241,8,94); }
H1.HeaderClassName
{
color: #F1085E;
}
.AnyTagClassName
{
color: #F1085E;
}
</style>
background-color css
<style>
a { background-color: #F1085E; }
a { background-color: rgb(241,8,94); }
div.DivClassName
{
background-color: #F1085E;
}
.BgClassName
{
background-color: #F1085E;
}
</style>
border-color css
<style>
span { border-color: #F1085E; }
span { border-color: rgb(241,8,94); }
td.TdClassName
{
border-color: #F1085E;
}
.TagClassName
{
border-color: #F1085E;
}
</style>