Shades of Razzmatazz #F1056C
Tints of Razzmatazz #F1056C
RGB
CMYK
RGB Variations
Color information
#F1056C (or 0xF1056C) is known color: Razzmatazz. HEX triplet: F1, 05 and 6C. RGB value is (241,5,108). Sum of RGB (Red+Green+Blue) = 241+5+108=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1056C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1056C is #0EFA93. Grayscale: #575757. Windows color (decimal): -981652 or 7079409. OLE color: 7079409.
HSL color Cylindrical-coordinate representation of color #F1056C: hue angle of 333.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1056C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.05 |
| HSL | 333.81º | 0.96% | 0.48% | - |
| HSV(B) | 333.81º | 0.98% | 0.95% | - |
| XYZ | 39.04 | 19.89 | 15.97 | - |
| YUV | 87.31 | 139.69 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 108 | 0 | 0.98 | 0.55 | 0.05 | 333.81 | 0.96 | 0.48 |
| Hex | F1 | 5 | 6C | 0 | 62 | 37 | 5 | 14E | 60 | 30 |
| Octal | 361 | 5 | 154 | 0 | 142 | 67 | 5 | 516 | 140 | 60 |
| Binary | 11110001 | 101 | 1101100 | 0 | 1100010 | 110111 | 101 | 101001110 | 1100000 | 110000 |
Color Harmonies of #F1056C
Complementary color
Monochromatic Colors of #F1056C
Black with #F1056C
Text Example
Text Example
White with #F1056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1056C; }
p { color: rgb(241,5,108); }
H1.HeaderClassName
{
color: #F1056C;
}
.AnyTagClassName
{
color: #F1056C;
}
</style>
background-color css
<style>
a { background-color: #F1056C; }
a { background-color: rgb(241,5,108); }
div.DivClassName
{
background-color: #F1056C;
}
.BgClassName
{
background-color: #F1056C;
}
</style>
border-color css
<style>
span { border-color: #F1056C; }
span { border-color: rgb(241,5,108); }
td.TdClassName
{
border-color: #F1056C;
}
.TagClassName
{
border-color: #F1056C;
}
</style>