Shades of Razzmatazz #F10068
Tints of Razzmatazz #F10068
RGB
CMYK
RGB Variations
Color information
#F10068 (or 0xF10068) is known color: Razzmatazz. HEX triplet: F1, 00 and 68. RGB value is (241,0,104). Sum of RGB (Red+Green+Blue) = 241+0+104=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F10068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10068 is #0EFF97. Grayscale: #535353. Windows color (decimal): -982936 or 6815985. OLE color: 6815985.
HSL color Cylindrical-coordinate representation of color #F10068: hue angle of 334.11º 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 #F10068 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.57 | 0.05 |
| HSL | 334.11º | 1% | 0.47% | - |
| HSV(B) | 334.11º | 1% | 0.95% | - |
| XYZ | 38.77 | 19.7 | 14.86 | - |
| YUV | 83.92 | 139.34 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 104 | 0 | 1 | 0.57 | 0.05 | 334.11 | 1 | 0.47 |
| Hex | F1 | 0 | 68 | 0 | 64 | 39 | 5 | 14E | 64 | 2F |
| Octal | 361 | 0 | 150 | 0 | 144 | 71 | 5 | 516 | 144 | 57 |
| Binary | 11110001 | 0 | 1101000 | 0 | 1100100 | 111001 | 101 | 101001110 | 1100100 | 101111 |
Color Harmonies of #F10068
Complementary color
Monochromatic Colors of #F10068
Black with #F10068
Text Example
Text Example
White with #F10068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10068; }
p { color: rgb(241,0,104); }
H1.HeaderClassName
{
color: #F10068;
}
.AnyTagClassName
{
color: #F10068;
}
</style>
background-color css
<style>
a { background-color: #F10068; }
a { background-color: rgb(241,0,104); }
div.DivClassName
{
background-color: #F10068;
}
.BgClassName
{
background-color: #F10068;
}
</style>
border-color css
<style>
span { border-color: #F10068; }
span { border-color: rgb(241,0,104); }
td.TdClassName
{
border-color: #F10068;
}
.TagClassName
{
border-color: #F10068;
}
</style>