Shades of Razzmatazz #F10F68
Tints of Razzmatazz #F10F68
RGB
CMYK
RGB Variations
Color information
#F10F68 (or 0xF10F68) is known color: Razzmatazz. HEX triplet: F1, 0F and 68. RGB value is (241,15,104). Sum of RGB (Red+Green+Blue) = 241+15+104=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10F68 is #0EF097. Grayscale: #5C5C5C. Windows color (decimal): -979096 or 6819825. OLE color: 6819825.
HSL color Cylindrical-coordinate representation of color #F10F68: hue angle of 336.37º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F68 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 104 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.05 |
| HSL | 336.37º | 0.89% | 0.5% | - |
| HSV(B) | 336.37º | 0.94% | 0.95% | - |
| XYZ | 38.95 | 20.04 | 14.91 | - |
| YUV | 92.72 | 134.37 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 104 | 0 | 0.94 | 0.57 | 0.05 | 336.37 | 0.89 | 0.5 |
| Hex | F1 | F | 68 | 0 | 5E | 39 | 5 | 150 | 59 | 32 |
| Octal | 361 | 17 | 150 | 0 | 136 | 71 | 5 | 520 | 131 | 62 |
| Binary | 11110001 | 1111 | 1101000 | 0 | 1011110 | 111001 | 101 | 101010000 | 1011001 | 110010 |
Color Harmonies of #F10F68
Complementary color
Monochromatic Colors of #F10F68
Black with #F10F68
Text Example
Text Example
White with #F10F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F68; }
p { color: rgb(241,15,104); }
H1.HeaderClassName
{
color: #F10F68;
}
.AnyTagClassName
{
color: #F10F68;
}
</style>
background-color css
<style>
a { background-color: #F10F68; }
a { background-color: rgb(241,15,104); }
div.DivClassName
{
background-color: #F10F68;
}
.BgClassName
{
background-color: #F10F68;
}
</style>
border-color css
<style>
span { border-color: #F10F68; }
span { border-color: rgb(241,15,104); }
td.TdClassName
{
border-color: #F10F68;
}
.TagClassName
{
border-color: #F10F68;
}
</style>