Shades of Razzmatazz #F10467
Tints of Razzmatazz #F10467
RGB
CMYK
RGB Variations
Color information
#F10467 (or 0xF10467) is known color: Razzmatazz. HEX triplet: F1, 04 and 67. RGB value is (241,4,103). Sum of RGB (Red+Green+Blue) = 241+4+103=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F10467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10467 is #0EFB98. Grayscale: #555555. Windows color (decimal): -981913 or 6751473. OLE color: 6751473.
HSL color Cylindrical-coordinate representation of color #F10467: hue angle of 334.94º degrees, saturation: 0.97, 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 #F10467 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.05 |
| HSL | 334.94º | 0.97% | 0.48% | - |
| HSV(B) | 334.94º | 0.98% | 0.95% | - |
| XYZ | 38.77 | 19.77 | 14.6 | - |
| YUV | 86.15 | 137.52 | 238.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 103 | 0 | 0.98 | 0.57 | 0.05 | 334.94 | 0.97 | 0.48 |
| Hex | F1 | 4 | 67 | 0 | 62 | 39 | 5 | 14F | 61 | 30 |
| Octal | 361 | 4 | 147 | 0 | 142 | 71 | 5 | 517 | 141 | 60 |
| Binary | 11110001 | 100 | 1100111 | 0 | 1100010 | 111001 | 101 | 101001111 | 1100001 | 110000 |
Color Harmonies of #F10467
Complementary color
Monochromatic Colors of #F10467
Black with #F10467
Text Example
Text Example
White with #F10467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10467; }
p { color: rgb(241,4,103); }
H1.HeaderClassName
{
color: #F10467;
}
.AnyTagClassName
{
color: #F10467;
}
</style>
background-color css
<style>
a { background-color: #F10467; }
a { background-color: rgb(241,4,103); }
div.DivClassName
{
background-color: #F10467;
}
.BgClassName
{
background-color: #F10467;
}
</style>
border-color css
<style>
span { border-color: #F10467; }
span { border-color: rgb(241,4,103); }
td.TdClassName
{
border-color: #F10467;
}
.TagClassName
{
border-color: #F10467;
}
</style>