Shades of Razzmatazz #F10E4D
Tints of Razzmatazz #F10E4D
RGB
CMYK
RGB Variations
Color information
#F10E4D (or 0xF10E4D) is known color: Razzmatazz. HEX triplet: F1, 0E and 4D. RGB value is (241,14,77). Sum of RGB (Red+Green+Blue) = 241+14+77=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10E4D is #0EF1B2. Grayscale: #595959. Windows color (decimal): -979379 or 5050097. OLE color: 5050097.
HSL color Cylindrical-coordinate representation of color #F10E4D: hue angle of 343.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10E4D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 77 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.05 |
| HSL | 343.35º | 0.89% | 0.5% | - |
| HSV(B) | 343.35º | 0.94% | 0.95% | - |
| XYZ | 37.77 | 19.55 | 8.8 | - |
| YUV | 89.06 | 121.21 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 77 | 0 | 0.94 | 0.68 | 0.05 | 343.35 | 0.89 | 0.5 |
| Hex | F1 | E | 4D | 0 | 5E | 44 | 5 | 157 | 59 | 32 |
| Octal | 361 | 16 | 115 | 0 | 136 | 104 | 5 | 527 | 131 | 62 |
| Binary | 11110001 | 1110 | 1001101 | 0 | 1011110 | 1000100 | 101 | 101010111 | 1011001 | 110010 |
Color Harmonies of #F10E4D
Complementary color
Monochromatic Colors of #F10E4D
Black with #F10E4D
Text Example
Text Example
White with #F10E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E4D; }
p { color: rgb(241,14,77); }
H1.HeaderClassName
{
color: #F10E4D;
}
.AnyTagClassName
{
color: #F10E4D;
}
</style>
background-color css
<style>
a { background-color: #F10E4D; }
a { background-color: rgb(241,14,77); }
div.DivClassName
{
background-color: #F10E4D;
}
.BgClassName
{
background-color: #F10E4D;
}
</style>
border-color css
<style>
span { border-color: #F10E4D; }
span { border-color: rgb(241,14,77); }
td.TdClassName
{
border-color: #F10E4D;
}
.TagClassName
{
border-color: #F10E4D;
}
</style>