Shades of Razzmatazz #FF0151
Tints of Razzmatazz #FF0151
RGB
CMYK
RGB Variations
Color information
#FF0151 (or 0xFF0151) is known color: Razzmatazz. HEX triplet: FF, 01 and 51. RGB value is (255,1,81). Sum of RGB (Red+Green+Blue) = 255+1+81=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0151 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0151 is #00FEAE. Grayscale: #565656. Windows color (decimal): -65199 or 5308927. OLE color: 5308927.
HSL color Cylindrical-coordinate representation of color #FF0151: hue angle of 341.1º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0151 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.68 | 0 |
| HSL | 341.1º | 1% | 0.5% | - |
| HSV(B) | 341.1º | 1% | 1% | - |
| XYZ | 42.74 | 21.88 | 9.75 | - |
| YUV | 86.07 | 125.15 | 248.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 81 | 0 | 1.00 | 0.68 | 0 | 341.1 | 1 | 0.5 |
| Hex | FF | 1 | 51 | 0 | 64 | 44 | 0 | 155 | 64 | 32 |
| Octal | 377 | 1 | 121 | 0 | 144 | 104 | 0 | 525 | 144 | 62 |
| Binary | 11111111 | 1 | 1010001 | 0 | 1100100 | 1000100 | 0 | 101010101 | 1100100 | 110010 |
Color Harmonies of #FF0151
Complementary color
Monochromatic Colors of #FF0151
Black with #FF0151
Text Example
Text Example
White with #FF0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0151; }
p { color: rgb(255,1,81); }
H1.HeaderClassName
{
color: #FF0151;
}
.AnyTagClassName
{
color: #FF0151;
}
</style>
background-color css
<style>
a { background-color: #FF0151; }
a { background-color: rgb(255,1,81); }
div.DivClassName
{
background-color: #FF0151;
}
.BgClassName
{
background-color: #FF0151;
}
</style>
border-color css
<style>
span { border-color: #FF0151; }
span { border-color: rgb(255,1,81); }
td.TdClassName
{
border-color: #FF0151;
}
.TagClassName
{
border-color: #FF0151;
}
</style>