Shades of Razzmatazz #F1046B
Tints of Razzmatazz #F1046B
RGB
CMYK
RGB Variations
Color information
#F1046B (or 0xF1046B) is known color: Razzmatazz. HEX triplet: F1, 04 and 6B. RGB value is (241,4,107). Sum of RGB (Red+Green+Blue) = 241+4+107=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1046B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1046B is #0EFB94. Grayscale: #565656. Windows color (decimal): -981909 or 7013617. OLE color: 7013617.
HSL color Cylindrical-coordinate representation of color #F1046B: hue angle of 333.92º degrees, saturation: 0.97, 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 #F1046B is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.05 |
| HSL | 333.92º | 0.97% | 0.48% | - |
| HSV(B) | 333.92º | 0.98% | 0.95% | - |
| XYZ | 38.97 | 19.85 | 15.69 | - |
| YUV | 86.61 | 139.52 | 238.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 107 | 0 | 0.98 | 0.56 | 0.05 | 333.92 | 0.97 | 0.48 |
| Hex | F1 | 4 | 6B | 0 | 62 | 38 | 5 | 14E | 61 | 30 |
| Octal | 361 | 4 | 153 | 0 | 142 | 70 | 5 | 516 | 141 | 60 |
| Binary | 11110001 | 100 | 1101011 | 0 | 1100010 | 111000 | 101 | 101001110 | 1100001 | 110000 |
Color Harmonies of #F1046B
Complementary color
Monochromatic Colors of #F1046B
Black with #F1046B
Text Example
Text Example
White with #F1046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1046B; }
p { color: rgb(241,4,107); }
H1.HeaderClassName
{
color: #F1046B;
}
.AnyTagClassName
{
color: #F1046B;
}
</style>
background-color css
<style>
a { background-color: #F1046B; }
a { background-color: rgb(241,4,107); }
div.DivClassName
{
background-color: #F1046B;
}
.BgClassName
{
background-color: #F1046B;
}
</style>
border-color css
<style>
span { border-color: #F1046B; }
span { border-color: rgb(241,4,107); }
td.TdClassName
{
border-color: #F1046B;
}
.TagClassName
{
border-color: #F1046B;
}
</style>