Shades of Razzmatazz #F1005C
Tints of Razzmatazz #F1005C
RGB
CMYK
RGB Variations
Color information
#F1005C (or 0xF1005C) is known color: Razzmatazz. HEX triplet: F1, 00 and 5C. RGB value is (241,0,92). Sum of RGB (Red+Green+Blue) = 241+0+92=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F1005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1005C is #0EFFA3. Grayscale: #525252. Windows color (decimal): -982948 or 6029553. OLE color: 6029553.
HSL color Cylindrical-coordinate representation of color #F1005C: hue angle of 337.1º 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 #F1005C is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.62 | 0.05 |
| HSL | 337.1º | 1% | 0.47% | - |
| HSV(B) | 337.1º | 1% | 0.95% | - |
| XYZ | 38.21 | 19.47 | 11.87 | - |
| YUV | 82.55 | 133.34 | 241.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 92 | 0 | 1 | 0.62 | 0.05 | 337.1 | 1 | 0.47 |
| Hex | F1 | 0 | 5C | 0 | 64 | 3E | 5 | 151 | 64 | 2F |
| Octal | 361 | 0 | 134 | 0 | 144 | 76 | 5 | 521 | 144 | 57 |
| Binary | 11110001 | 0 | 1011100 | 0 | 1100100 | 111110 | 101 | 101010001 | 1100100 | 101111 |
Color Harmonies of #F1005C
Complementary color
Monochromatic Colors of #F1005C
Black with #F1005C
Text Example
Text Example
White with #F1005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1005C; }
p { color: rgb(241,0,92); }
H1.HeaderClassName
{
color: #F1005C;
}
.AnyTagClassName
{
color: #F1005C;
}
</style>
background-color css
<style>
a { background-color: #F1005C; }
a { background-color: rgb(241,0,92); }
div.DivClassName
{
background-color: #F1005C;
}
.BgClassName
{
background-color: #F1005C;
}
</style>
border-color css
<style>
span { border-color: #F1005C; }
span { border-color: rgb(241,0,92); }
td.TdClassName
{
border-color: #F1005C;
}
.TagClassName
{
border-color: #F1005C;
}
</style>