Shades of Razzmatazz #F10D5D
Tints of Razzmatazz #F10D5D
RGB
CMYK
RGB Variations
Color information
#F10D5D (or 0xF10D5D) is known color: Razzmatazz. HEX triplet: F1, 0D and 5D. RGB value is (241,13,93). Sum of RGB (Red+Green+Blue) = 241+13+93=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10D5D is #0EF2A2. Grayscale: #5A5A5A. Windows color (decimal): -979619 or 6098417. OLE color: 6098417.
HSL color Cylindrical-coordinate representation of color #F10D5D: hue angle of 338.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10D5D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 93 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.05 |
| HSL | 338.95º | 0.9% | 0.5% | - |
| HSV(B) | 338.95º | 0.95% | 0.95% | - |
| XYZ | 38.4 | 19.78 | 12.15 | - |
| YUV | 90.29 | 129.54 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 93 | 0 | 0.95 | 0.61 | 0.05 | 338.95 | 0.9 | 0.5 |
| Hex | F1 | D | 5D | 0 | 5F | 3D | 5 | 153 | 5A | 32 |
| Octal | 361 | 15 | 135 | 0 | 137 | 75 | 5 | 523 | 132 | 62 |
| Binary | 11110001 | 1101 | 1011101 | 0 | 1011111 | 111101 | 101 | 101010011 | 1011010 | 110010 |
Color Harmonies of #F10D5D
Complementary color
Monochromatic Colors of #F10D5D
Black with #F10D5D
Text Example
Text Example
White with #F10D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D5D; }
p { color: rgb(241,13,93); }
H1.HeaderClassName
{
color: #F10D5D;
}
.AnyTagClassName
{
color: #F10D5D;
}
</style>
background-color css
<style>
a { background-color: #F10D5D; }
a { background-color: rgb(241,13,93); }
div.DivClassName
{
background-color: #F10D5D;
}
.BgClassName
{
background-color: #F10D5D;
}
</style>
border-color css
<style>
span { border-color: #F10D5D; }
span { border-color: rgb(241,13,93); }
td.TdClassName
{
border-color: #F10D5D;
}
.TagClassName
{
border-color: #F10D5D;
}
</style>