Shades of Razzmatazz #FF0150
Tints of Razzmatazz #FF0150
RGB
CMYK
RGB Variations
Color information
#FF0150 (or 0xFF0150) is known color: Razzmatazz. HEX triplet: FF, 01 and 50. RGB value is (255,1,80). Sum of RGB (Red+Green+Blue) = 255+1+80=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0150 is #00FEAF. Grayscale: #555555. Windows color (decimal): -65200 or 5243391. OLE color: 5243391.
HSL color Cylindrical-coordinate representation of color #FF0150: hue angle of 341.34º 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 #FF0150 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 80 | - |
| CMYK | 0 | 1.00 | 0.69 | 0 |
| HSL | 341.34º | 1% | 0.5% | - |
| HSV(B) | 341.34º | 1% | 1% | - |
| XYZ | 42.7 | 21.86 | 9.56 | - |
| YUV | 85.95 | 124.65 | 248.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 80 | 0 | 1.00 | 0.69 | 0 | 341.34 | 1 | 0.5 |
| Hex | FF | 1 | 50 | 0 | 64 | 45 | 0 | 155 | 64 | 32 |
| Octal | 377 | 1 | 120 | 0 | 144 | 105 | 0 | 525 | 144 | 62 |
| Binary | 11111111 | 1 | 1010000 | 0 | 1100100 | 1000101 | 0 | 101010101 | 1100100 | 110010 |
Color Harmonies of #FF0150
Complementary color
Monochromatic Colors of #FF0150
Black with #FF0150
Text Example
Text Example
White with #FF0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0150; }
p { color: rgb(255,1,80); }
H1.HeaderClassName
{
color: #FF0150;
}
.AnyTagClassName
{
color: #FF0150;
}
</style>
background-color css
<style>
a { background-color: #FF0150; }
a { background-color: rgb(255,1,80); }
div.DivClassName
{
background-color: #FF0150;
}
.BgClassName
{
background-color: #FF0150;
}
</style>
border-color css
<style>
span { border-color: #FF0150; }
span { border-color: rgb(255,1,80); }
td.TdClassName
{
border-color: #FF0150;
}
.TagClassName
{
border-color: #FF0150;
}
</style>