Shades of Razzmatazz #FF0F71
Tints of Razzmatazz #FF0F71
RGB
CMYK
RGB Variations
Color information
#FF0F71 (or 0xFF0F71) is known color: Razzmatazz. HEX triplet: FF, 0F and 71. RGB value is (255,15,113). Sum of RGB (Red+Green+Blue) = 255+15+113=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0F71 is #00F08E. Grayscale: #616161. Windows color (decimal): -61583 or 7409663. OLE color: 7409663.
HSL color Cylindrical-coordinate representation of color #FF0F71: hue angle of 335.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F71 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 113 | - |
| CMYK | 0 | 0.94 | 0.56 | 0 |
| HSL | 335.5º | 1% | 0.53% | - |
| HSV(B) | 335.5º | 0.94% | 1% | - |
| XYZ | 44.39 | 22.79 | 17.68 | - |
| YUV | 97.93 | 136.51 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 113 | 0 | 0.94 | 0.56 | 0 | 335.5 | 1 | 0.53 |
| Hex | FF | F | 71 | 0 | 5E | 38 | 0 | 150 | 64 | 35 |
| Octal | 377 | 17 | 161 | 0 | 136 | 70 | 0 | 520 | 144 | 65 |
| Binary | 11111111 | 1111 | 1110001 | 0 | 1011110 | 111000 | 0 | 101010000 | 1100100 | 110101 |
Color Harmonies of #FF0F71
Complementary color
Monochromatic Colors of #FF0F71
Black with #FF0F71
Text Example
Text Example
White with #FF0F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F71; }
p { color: rgb(255,15,113); }
H1.HeaderClassName
{
color: #FF0F71;
}
.AnyTagClassName
{
color: #FF0F71;
}
</style>
background-color css
<style>
a { background-color: #FF0F71; }
a { background-color: rgb(255,15,113); }
div.DivClassName
{
background-color: #FF0F71;
}
.BgClassName
{
background-color: #FF0F71;
}
</style>
border-color css
<style>
span { border-color: #FF0F71; }
span { border-color: rgb(255,15,113); }
td.TdClassName
{
border-color: #FF0F71;
}
.TagClassName
{
border-color: #FF0F71;
}
</style>