Shades of Razzmatazz #F10768
Tints of Razzmatazz #F10768
RGB
CMYK
RGB Variations
Color information
#F10768 (or 0xF10768) is known color: Razzmatazz. HEX triplet: F1, 07 and 68. RGB value is (241,7,104). Sum of RGB (Red+Green+Blue) = 241+7+104=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F10768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10768 is #0EF897. Grayscale: #575757. Windows color (decimal): -981144 or 6817777. OLE color: 6817777.
HSL color Cylindrical-coordinate representation of color #F10768: hue angle of 335.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10768 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.05 |
| HSL | 335.13º | 0.94% | 0.49% | - |
| HSV(B) | 335.13º | 0.97% | 0.95% | - |
| XYZ | 38.85 | 19.85 | 14.88 | - |
| YUV | 88.02 | 137.02 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 104 | 0 | 0.97 | 0.57 | 0.05 | 335.13 | 0.94 | 0.49 |
| Hex | F1 | 7 | 68 | 0 | 61 | 39 | 5 | 14F | 5E | 31 |
| Octal | 361 | 7 | 150 | 0 | 141 | 71 | 5 | 517 | 136 | 61 |
| Binary | 11110001 | 111 | 1101000 | 0 | 1100001 | 111001 | 101 | 101001111 | 1011110 | 110001 |
Color Harmonies of #F10768
Complementary color
Monochromatic Colors of #F10768
Black with #F10768
Text Example
Text Example
White with #F10768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10768; }
p { color: rgb(241,7,104); }
H1.HeaderClassName
{
color: #F10768;
}
.AnyTagClassName
{
color: #F10768;
}
</style>
background-color css
<style>
a { background-color: #F10768; }
a { background-color: rgb(241,7,104); }
div.DivClassName
{
background-color: #F10768;
}
.BgClassName
{
background-color: #F10768;
}
</style>
border-color css
<style>
span { border-color: #F10768; }
span { border-color: rgb(241,7,104); }
td.TdClassName
{
border-color: #F10768;
}
.TagClassName
{
border-color: #F10768;
}
</style>