Shades of Razzmatazz #F1005D
Tints of Razzmatazz #F1005D
RGB
CMYK
RGB Variations
Color information
#F1005D (or 0xF1005D) is known color: Razzmatazz. HEX triplet: F1, 00 and 5D. RGB value is (241,0,93). Sum of RGB (Red+Green+Blue) = 241+0+93=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F1005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1005D is #0EFFA2. Grayscale: #525252. Windows color (decimal): -982947 or 6095089. OLE color: 6095089.
HSL color Cylindrical-coordinate representation of color #F1005D: hue angle of 336.85º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1005D is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.61 | 0.05 |
| HSL | 336.85º | 1% | 0.47% | - |
| HSV(B) | 336.85º | 1% | 0.95% | - |
| XYZ | 38.25 | 19.49 | 12.1 | - |
| YUV | 82.66 | 133.84 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 93 | 0 | 1 | 0.61 | 0.05 | 336.85 | 1 | 0.47 |
| Hex | F1 | 0 | 5D | 0 | 64 | 3D | 5 | 151 | 64 | 2F |
| Octal | 361 | 0 | 135 | 0 | 144 | 75 | 5 | 521 | 144 | 57 |
| Binary | 11110001 | 0 | 1011101 | 0 | 1100100 | 111101 | 101 | 101010001 | 1100100 | 101111 |
Color Harmonies of #F1005D
Complementary color
Monochromatic Colors of #F1005D
Black with #F1005D
Text Example
Text Example
White with #F1005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1005D; }
p { color: rgb(241,0,93); }
H1.HeaderClassName
{
color: #F1005D;
}
.AnyTagClassName
{
color: #F1005D;
}
</style>
background-color css
<style>
a { background-color: #F1005D; }
a { background-color: rgb(241,0,93); }
div.DivClassName
{
background-color: #F1005D;
}
.BgClassName
{
background-color: #F1005D;
}
</style>
border-color css
<style>
span { border-color: #F1005D; }
span { border-color: rgb(241,0,93); }
td.TdClassName
{
border-color: #F1005D;
}
.TagClassName
{
border-color: #F1005D;
}
</style>