Shades of Razzmatazz #F10567
Tints of Razzmatazz #F10567
RGB
CMYK
RGB Variations
Color information
#F10567 (or 0xF10567) is known color: Razzmatazz. HEX triplet: F1, 05 and 67. RGB value is (241,5,103). Sum of RGB (Red+Green+Blue) = 241+5+103=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F10567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10567 is #0EFA98. Grayscale: #565656. Windows color (decimal): -981657 or 6751729. OLE color: 6751729.
HSL color Cylindrical-coordinate representation of color #F10567: hue angle of 335.08º 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 #F10567 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 103 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.05 |
| HSL | 335.08º | 0.96% | 0.48% | - |
| HSV(B) | 335.08º | 0.98% | 0.95% | - |
| XYZ | 38.78 | 19.79 | 14.61 | - |
| YUV | 86.74 | 137.19 | 238.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 103 | 0 | 0.98 | 0.57 | 0.05 | 335.08 | 0.96 | 0.48 |
| Hex | F1 | 5 | 67 | 0 | 62 | 39 | 5 | 14F | 60 | 30 |
| Octal | 361 | 5 | 147 | 0 | 142 | 71 | 5 | 517 | 140 | 60 |
| Binary | 11110001 | 101 | 1100111 | 0 | 1100010 | 111001 | 101 | 101001111 | 1100000 | 110000 |
Color Harmonies of #F10567
Complementary color
Monochromatic Colors of #F10567
Black with #F10567
Text Example
Text Example
White with #F10567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10567; }
p { color: rgb(241,5,103); }
H1.HeaderClassName
{
color: #F10567;
}
.AnyTagClassName
{
color: #F10567;
}
</style>
background-color css
<style>
a { background-color: #F10567; }
a { background-color: rgb(241,5,103); }
div.DivClassName
{
background-color: #F10567;
}
.BgClassName
{
background-color: #F10567;
}
</style>
border-color css
<style>
span { border-color: #F10567; }
span { border-color: rgb(241,5,103); }
td.TdClassName
{
border-color: #F10567;
}
.TagClassName
{
border-color: #F10567;
}
</style>