Shades of Razzmatazz #F10465
Tints of Razzmatazz #F10465
RGB
CMYK
RGB Variations
Color information
#F10465 (or 0xF10465) is known color: Razzmatazz. HEX triplet: F1, 04 and 65. RGB value is (241,4,101). Sum of RGB (Red+Green+Blue) = 241+4+101=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F10465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10465 is #0EFB9A. Grayscale: #555555. Windows color (decimal): -981915 or 6620401. OLE color: 6620401.
HSL color Cylindrical-coordinate representation of color #F10465: hue angle of 335.44º 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 #F10465 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.05 |
| HSL | 335.44º | 0.97% | 0.48% | - |
| HSV(B) | 335.44º | 0.98% | 0.95% | - |
| XYZ | 38.67 | 19.73 | 14.08 | - |
| YUV | 85.92 | 136.52 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 101 | 0 | 0.98 | 0.58 | 0.05 | 335.44 | 0.97 | 0.48 |
| Hex | F1 | 4 | 65 | 0 | 62 | 3A | 5 | 14F | 61 | 30 |
| Octal | 361 | 4 | 145 | 0 | 142 | 72 | 5 | 517 | 141 | 60 |
| Binary | 11110001 | 100 | 1100101 | 0 | 1100010 | 111010 | 101 | 101001111 | 1100001 | 110000 |
Color Harmonies of #F10465
Complementary color
Monochromatic Colors of #F10465
Black with #F10465
Text Example
Text Example
White with #F10465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10465; }
p { color: rgb(241,4,101); }
H1.HeaderClassName
{
color: #F10465;
}
.AnyTagClassName
{
color: #F10465;
}
</style>
background-color css
<style>
a { background-color: #F10465; }
a { background-color: rgb(241,4,101); }
div.DivClassName
{
background-color: #F10465;
}
.BgClassName
{
background-color: #F10465;
}
</style>
border-color css
<style>
span { border-color: #F10465; }
span { border-color: rgb(241,4,101); }
td.TdClassName
{
border-color: #F10465;
}
.TagClassName
{
border-color: #F10465;
}
</style>