Shades of Razzmatazz #F10063
Tints of Razzmatazz #F10063
RGB
CMYK
RGB Variations
Color information
#F10063 (or 0xF10063) is known color: Razzmatazz. HEX triplet: F1, 00 and 63. RGB value is (241,0,99). Sum of RGB (Red+Green+Blue) = 241+0+99=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F10063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10063 is #0EFF9C. Grayscale: #535353. Windows color (decimal): -982941 or 6488305. OLE color: 6488305.
HSL color Cylindrical-coordinate representation of color #F10063: hue angle of 335.35º 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 #F10063 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.59 | 0.05 |
| HSL | 335.35º | 1% | 0.47% | - |
| HSV(B) | 335.35º | 1% | 0.95% | - |
| XYZ | 38.53 | 19.6 | 13.56 | - |
| YUV | 83.35 | 136.84 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 99 | 0 | 1 | 0.59 | 0.05 | 335.35 | 1 | 0.47 |
| Hex | F1 | 0 | 63 | 0 | 64 | 3B | 5 | 14F | 64 | 2F |
| Octal | 361 | 0 | 143 | 0 | 144 | 73 | 5 | 517 | 144 | 57 |
| Binary | 11110001 | 0 | 1100011 | 0 | 1100100 | 111011 | 101 | 101001111 | 1100100 | 101111 |
Color Harmonies of #F10063
Complementary color
Monochromatic Colors of #F10063
Black with #F10063
Text Example
Text Example
White with #F10063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10063; }
p { color: rgb(241,0,99); }
H1.HeaderClassName
{
color: #F10063;
}
.AnyTagClassName
{
color: #F10063;
}
</style>
background-color css
<style>
a { background-color: #F10063; }
a { background-color: rgb(241,0,99); }
div.DivClassName
{
background-color: #F10063;
}
.BgClassName
{
background-color: #F10063;
}
</style>
border-color css
<style>
span { border-color: #F10063; }
span { border-color: rgb(241,0,99); }
td.TdClassName
{
border-color: #F10063;
}
.TagClassName
{
border-color: #F10063;
}
</style>