Shades of Razzmatazz #FF0271
Tints of Razzmatazz #FF0271
RGB
CMYK
RGB Variations
Color information
#FF0271 (or 0xFF0271) is known color: Razzmatazz. HEX triplet: FF, 02 and 71. RGB value is (255,2,113). Sum of RGB (Red+Green+Blue) = 255+2+113=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0271 is #00FD8E. Grayscale: #5A5A5A. Windows color (decimal): -64911 or 7406335. OLE color: 7406335.
HSL color Cylindrical-coordinate representation of color #FF0271: hue angle of 333.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0271 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.56 | 0 |
| HSL | 333.68º | 1% | 0.5% | - |
| HSV(B) | 333.68º | 0.99% | 1% | - |
| XYZ | 44.24 | 22.5 | 17.63 | - |
| YUV | 90.3 | 140.82 | 245.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 113 | 0 | 0.99 | 0.56 | 0 | 333.68 | 1 | 0.5 |
| Hex | FF | 2 | 71 | 0 | 63 | 38 | 0 | 14E | 64 | 32 |
| Octal | 377 | 2 | 161 | 0 | 143 | 70 | 0 | 516 | 144 | 62 |
| Binary | 11111111 | 10 | 1110001 | 0 | 1100011 | 111000 | 0 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FF0271
Complementary color
Monochromatic Colors of #FF0271
Black with #FF0271
Text Example
Text Example
White with #FF0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0271; }
p { color: rgb(255,2,113); }
H1.HeaderClassName
{
color: #FF0271;
}
.AnyTagClassName
{
color: #FF0271;
}
</style>
background-color css
<style>
a { background-color: #FF0271; }
a { background-color: rgb(255,2,113); }
div.DivClassName
{
background-color: #FF0271;
}
.BgClassName
{
background-color: #FF0271;
}
</style>
border-color css
<style>
span { border-color: #FF0271; }
span { border-color: rgb(255,2,113); }
td.TdClassName
{
border-color: #FF0271;
}
.TagClassName
{
border-color: #FF0271;
}
</style>