Shades of Razzmatazz #F10353
Tints of Razzmatazz #F10353
RGB
CMYK
RGB Variations
Color information
#F10353 (or 0xF10353) is known color: Razzmatazz. HEX triplet: F1, 03 and 53. RGB value is (241,3,83). Sum of RGB (Red+Green+Blue) = 241+3+83=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F10353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10353 is #0EFCAC. Grayscale: #535353. Windows color (decimal): -982189 or 5440497. OLE color: 5440497.
HSL color Cylindrical-coordinate representation of color #F10353: hue angle of 339.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10353 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.05 |
| HSL | 339.83º | 0.98% | 0.48% | - |
| HSV(B) | 339.83º | 0.99% | 0.95% | - |
| XYZ | 37.87 | 19.39 | 9.93 | - |
| YUV | 83.28 | 127.85 | 240.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 83 | 0 | 0.99 | 0.66 | 0.05 | 339.83 | 0.98 | 0.48 |
| Hex | F1 | 3 | 53 | 0 | 63 | 42 | 5 | 154 | 62 | 30 |
| Octal | 361 | 3 | 123 | 0 | 143 | 102 | 5 | 524 | 142 | 60 |
| Binary | 11110001 | 11 | 1010011 | 0 | 1100011 | 1000010 | 101 | 101010100 | 1100010 | 110000 |
Color Harmonies of #F10353
Complementary color
Monochromatic Colors of #F10353
Black with #F10353
Text Example
Text Example
White with #F10353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10353; }
p { color: rgb(241,3,83); }
H1.HeaderClassName
{
color: #F10353;
}
.AnyTagClassName
{
color: #F10353;
}
</style>
background-color css
<style>
a { background-color: #F10353; }
a { background-color: rgb(241,3,83); }
div.DivClassName
{
background-color: #F10353;
}
.BgClassName
{
background-color: #F10353;
}
</style>
border-color css
<style>
span { border-color: #F10353; }
span { border-color: rgb(241,3,83); }
td.TdClassName
{
border-color: #F10353;
}
.TagClassName
{
border-color: #F10353;
}
</style>