Shades of Razzmatazz #F1056D
Tints of Razzmatazz #F1056D
RGB
CMYK
RGB Variations
Color information
#F1056D (or 0xF1056D) is known color: Razzmatazz. HEX triplet: F1, 05 and 6D. RGB value is (241,5,109). Sum of RGB (Red+Green+Blue) = 241+5+109=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1056D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1056D is #0EFA92. Grayscale: #575757. Windows color (decimal): -981651 or 7144945. OLE color: 7144945.
HSL color Cylindrical-coordinate representation of color #F1056D: hue angle of 333.56º 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 #F1056D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.05 |
| HSL | 333.56º | 0.96% | 0.48% | - |
| HSV(B) | 333.56º | 0.98% | 0.95% | - |
| XYZ | 39.09 | 19.91 | 16.25 | - |
| YUV | 87.42 | 140.19 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 109 | 0 | 0.98 | 0.55 | 0.05 | 333.56 | 0.96 | 0.48 |
| Hex | F1 | 5 | 6D | 0 | 62 | 37 | 5 | 14E | 60 | 30 |
| Octal | 361 | 5 | 155 | 0 | 142 | 67 | 5 | 516 | 140 | 60 |
| Binary | 11110001 | 101 | 1101101 | 0 | 1100010 | 110111 | 101 | 101001110 | 1100000 | 110000 |
Color Harmonies of #F1056D
Complementary color
Monochromatic Colors of #F1056D
Black with #F1056D
Text Example
Text Example
White with #F1056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1056D; }
p { color: rgb(241,5,109); }
H1.HeaderClassName
{
color: #F1056D;
}
.AnyTagClassName
{
color: #F1056D;
}
</style>
background-color css
<style>
a { background-color: #F1056D; }
a { background-color: rgb(241,5,109); }
div.DivClassName
{
background-color: #F1056D;
}
.BgClassName
{
background-color: #F1056D;
}
</style>
border-color css
<style>
span { border-color: #F1056D; }
span { border-color: rgb(241,5,109); }
td.TdClassName
{
border-color: #F1056D;
}
.TagClassName
{
border-color: #F1056D;
}
</style>