Shades of Razzmatazz #F00271
Tints of Razzmatazz #F00271
RGB
CMYK
RGB Variations
Color information
#F00271 (or 0xF00271) is known color: Razzmatazz. HEX triplet: F0, 02 and 71. RGB value is (240,2,113). Sum of RGB (Red+Green+Blue) = 240+2+113=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F00271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00271 is #0FFD8E. Grayscale: #555555. Windows color (decimal): -1047951 or 7406320. OLE color: 7406320.
HSL color Cylindrical-coordinate representation of color #F00271: hue angle of 332.02º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00271 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.06 |
| HSL | 332.02º | 0.98% | 0.47% | - |
| HSV(B) | 332.02º | 0.99% | 0.94% | - |
| XYZ | 38.94 | 19.76 | 17.38 | - |
| YUV | 85.82 | 143.35 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 113 | 0 | 0.99 | 0.53 | 0.06 | 332.02 | 0.98 | 0.47 |
| Hex | F0 | 2 | 71 | 0 | 63 | 35 | 6 | 14C | 62 | 2F |
| Octal | 360 | 2 | 161 | 0 | 143 | 65 | 6 | 514 | 142 | 57 |
| Binary | 11110000 | 10 | 1110001 | 0 | 1100011 | 110101 | 110 | 101001100 | 1100010 | 101111 |
Color Harmonies of #F00271
Complementary color
Monochromatic Colors of #F00271
Black with #F00271
Text Example
Text Example
White with #F00271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00271; }
p { color: rgb(240,2,113); }
H1.HeaderClassName
{
color: #F00271;
}
.AnyTagClassName
{
color: #F00271;
}
</style>
background-color css
<style>
a { background-color: #F00271; }
a { background-color: rgb(240,2,113); }
div.DivClassName
{
background-color: #F00271;
}
.BgClassName
{
background-color: #F00271;
}
</style>
border-color css
<style>
span { border-color: #F00271; }
span { border-color: rgb(240,2,113); }
td.TdClassName
{
border-color: #F00271;
}
.TagClassName
{
border-color: #F00271;
}
</style>