Shades of Razzmatazz #F10273
Tints of Razzmatazz #F10273
RGB
CMYK
RGB Variations
Color information
#F10273 (or 0xF10273) is known color: Razzmatazz. HEX triplet: F1, 02 and 73. RGB value is (241,2,115). Sum of RGB (Red+Green+Blue) = 241+2+115=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F10273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10273 is #0EFD8C. Grayscale: #565656. Windows color (decimal): -982413 or 7537393. OLE color: 7537393.
HSL color Cylindrical-coordinate representation of color #F10273: hue angle of 331.63º 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 #F10273 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.05 |
| HSL | 331.63º | 0.98% | 0.48% | - |
| HSV(B) | 331.63º | 0.99% | 0.95% | - |
| XYZ | 39.39 | 19.98 | 18 | - |
| YUV | 86.34 | 144.18 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 115 | 0 | 0.99 | 0.52 | 0.05 | 331.63 | 0.98 | 0.48 |
| Hex | F1 | 2 | 73 | 0 | 63 | 34 | 5 | 14C | 62 | 30 |
| Octal | 361 | 2 | 163 | 0 | 143 | 64 | 5 | 514 | 142 | 60 |
| Binary | 11110001 | 10 | 1110011 | 0 | 1100011 | 110100 | 101 | 101001100 | 1100010 | 110000 |
Color Harmonies of #F10273
Complementary color
Monochromatic Colors of #F10273
Black with #F10273
Text Example
Text Example
White with #F10273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10273; }
p { color: rgb(241,2,115); }
H1.HeaderClassName
{
color: #F10273;
}
.AnyTagClassName
{
color: #F10273;
}
</style>
background-color css
<style>
a { background-color: #F10273; }
a { background-color: rgb(241,2,115); }
div.DivClassName
{
background-color: #F10273;
}
.BgClassName
{
background-color: #F10273;
}
</style>
border-color css
<style>
span { border-color: #F10273; }
span { border-color: rgb(241,2,115); }
td.TdClassName
{
border-color: #F10273;
}
.TagClassName
{
border-color: #F10273;
}
</style>