Shades of Razzmatazz #F10A5E
Tints of Razzmatazz #F10A5E
RGB
CMYK
RGB Variations
Color information
#F10A5E (or 0xF10A5E) is known color: Razzmatazz. HEX triplet: F1, 0A and 5E. RGB value is (241,10,94). Sum of RGB (Red+Green+Blue) = 241+10+94=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A5E is #0EF5A1. Grayscale: #585858. Windows color (decimal): -980386 or 6163185. OLE color: 6163185.
HSL color Cylindrical-coordinate representation of color #F10A5E: hue angle of 338.18º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10A5E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 94 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.05 |
| HSL | 338.18º | 0.92% | 0.49% | - |
| HSV(B) | 338.18º | 0.96% | 0.95% | - |
| XYZ | 38.4 | 19.73 | 12.37 | - |
| YUV | 88.65 | 131.03 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 94 | 0 | 0.96 | 0.61 | 0.05 | 338.18 | 0.92 | 0.49 |
| Hex | F1 | A | 5E | 0 | 60 | 3D | 5 | 152 | 5C | 31 |
| Octal | 361 | 12 | 136 | 0 | 140 | 75 | 5 | 522 | 134 | 61 |
| Binary | 11110001 | 1010 | 1011110 | 0 | 1100000 | 111101 | 101 | 101010010 | 1011100 | 110001 |
Color Harmonies of #F10A5E
Complementary color
Monochromatic Colors of #F10A5E
Black with #F10A5E
Text Example
Text Example
White with #F10A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A5E; }
p { color: rgb(241,10,94); }
H1.HeaderClassName
{
color: #F10A5E;
}
.AnyTagClassName
{
color: #F10A5E;
}
</style>
background-color css
<style>
a { background-color: #F10A5E; }
a { background-color: rgb(241,10,94); }
div.DivClassName
{
background-color: #F10A5E;
}
.BgClassName
{
background-color: #F10A5E;
}
</style>
border-color css
<style>
span { border-color: #F10A5E; }
span { border-color: rgb(241,10,94); }
td.TdClassName
{
border-color: #F10A5E;
}
.TagClassName
{
border-color: #F10A5E;
}
</style>