Shades of Razzmatazz #F10370
Tints of Razzmatazz #F10370
RGB
CMYK
RGB Variations
Color information
#F10370 (or 0xF10370) is known color: Razzmatazz. HEX triplet: F1, 03 and 70. RGB value is (241,3,112). Sum of RGB (Red+Green+Blue) = 241+3+112=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F10370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10370 is #0EFC8F. Grayscale: #565656. Windows color (decimal): -982160 or 7341041. OLE color: 7341041.
HSL color Cylindrical-coordinate representation of color #F10370: hue angle of 332.52º 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 #F10370 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.05 |
| HSL | 332.52º | 0.98% | 0.48% | - |
| HSV(B) | 332.52º | 0.99% | 0.95% | - |
| XYZ | 39.23 | 19.94 | 17.11 | - |
| YUV | 86.59 | 142.35 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 112 | 0 | 0.99 | 0.54 | 0.05 | 332.52 | 0.98 | 0.48 |
| Hex | F1 | 3 | 70 | 0 | 63 | 36 | 5 | 14D | 62 | 30 |
| Octal | 361 | 3 | 160 | 0 | 143 | 66 | 5 | 515 | 142 | 60 |
| Binary | 11110001 | 11 | 1110000 | 0 | 1100011 | 110110 | 101 | 101001101 | 1100010 | 110000 |
Color Harmonies of #F10370
Complementary color
Monochromatic Colors of #F10370
Black with #F10370
Text Example
Text Example
White with #F10370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10370; }
p { color: rgb(241,3,112); }
H1.HeaderClassName
{
color: #F10370;
}
.AnyTagClassName
{
color: #F10370;
}
</style>
background-color css
<style>
a { background-color: #F10370; }
a { background-color: rgb(241,3,112); }
div.DivClassName
{
background-color: #F10370;
}
.BgClassName
{
background-color: #F10370;
}
</style>
border-color css
<style>
span { border-color: #F10370; }
span { border-color: rgb(241,3,112); }
td.TdClassName
{
border-color: #F10370;
}
.TagClassName
{
border-color: #F10370;
}
</style>