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