Shades of Razzmatazz #F10568
Tints of Razzmatazz #F10568
RGB
CMYK
RGB Variations
Color information
#F10568 (or 0xF10568) is known color: Razzmatazz. HEX triplet: F1, 05 and 68. RGB value is (241,5,104). Sum of RGB (Red+Green+Blue) = 241+5+104=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F10568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10568 is #0EFA97. Grayscale: #565656. Windows color (decimal): -981656 or 6817265. OLE color: 6817265.
HSL color Cylindrical-coordinate representation of color #F10568: hue angle of 334.83º 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 #F10568 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.05 |
| HSL | 334.83º | 0.96% | 0.48% | - |
| HSV(B) | 334.83º | 0.98% | 0.95% | - |
| XYZ | 38.83 | 19.81 | 14.87 | - |
| YUV | 86.85 | 137.69 | 237.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 104 | 0 | 0.98 | 0.57 | 0.05 | 334.83 | 0.96 | 0.48 |
| Hex | F1 | 5 | 68 | 0 | 62 | 39 | 5 | 14F | 60 | 30 |
| Octal | 361 | 5 | 150 | 0 | 142 | 71 | 5 | 517 | 140 | 60 |
| Binary | 11110001 | 101 | 1101000 | 0 | 1100010 | 111001 | 101 | 101001111 | 1100000 | 110000 |
Color Harmonies of #F10568
Complementary color
Monochromatic Colors of #F10568
Black with #F10568
Text Example
Text Example
White with #F10568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10568; }
p { color: rgb(241,5,104); }
H1.HeaderClassName
{
color: #F10568;
}
.AnyTagClassName
{
color: #F10568;
}
</style>
background-color css
<style>
a { background-color: #F10568; }
a { background-color: rgb(241,5,104); }
div.DivClassName
{
background-color: #F10568;
}
.BgClassName
{
background-color: #F10568;
}
</style>
border-color css
<style>
span { border-color: #F10568; }
span { border-color: rgb(241,5,104); }
td.TdClassName
{
border-color: #F10568;
}
.TagClassName
{
border-color: #F10568;
}
</style>