Shades of Razzmatazz #F10271
Tints of Razzmatazz #F10271
RGB
CMYK
RGB Variations
Color information
#F10271 (or 0xF10271) is known color: Razzmatazz. HEX triplet: F1, 02 and 71. RGB value is (241,2,113). Sum of RGB (Red+Green+Blue) = 241+2+113=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F10271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10271 is #0EFD8E. Grayscale: #555555. Windows color (decimal): -982415 or 7406321. OLE color: 7406321.
HSL color Cylindrical-coordinate representation of color #F10271: hue angle of 332.13º 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 #F10271 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.05 |
| HSL | 332.13º | 0.98% | 0.48% | - |
| HSV(B) | 332.13º | 0.99% | 0.95% | - |
| XYZ | 39.28 | 19.94 | 17.4 | - |
| YUV | 86.12 | 143.18 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 113 | 0 | 0.99 | 0.53 | 0.05 | 332.13 | 0.98 | 0.48 |
| Hex | F1 | 2 | 71 | 0 | 63 | 35 | 5 | 14C | 62 | 30 |
| Octal | 361 | 2 | 161 | 0 | 143 | 65 | 5 | 514 | 142 | 60 |
| Binary | 11110001 | 10 | 1110001 | 0 | 1100011 | 110101 | 101 | 101001100 | 1100010 | 110000 |
Color Harmonies of #F10271
Complementary color
Monochromatic Colors of #F10271
Black with #F10271
Text Example
Text Example
White with #F10271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10271; }
p { color: rgb(241,2,113); }
H1.HeaderClassName
{
color: #F10271;
}
.AnyTagClassName
{
color: #F10271;
}
</style>
background-color css
<style>
a { background-color: #F10271; }
a { background-color: rgb(241,2,113); }
div.DivClassName
{
background-color: #F10271;
}
.BgClassName
{
background-color: #F10271;
}
</style>
border-color css
<style>
span { border-color: #F10271; }
span { border-color: rgb(241,2,113); }
td.TdClassName
{
border-color: #F10271;
}
.TagClassName
{
border-color: #F10271;
}
</style>