Shades of Razzmatazz #FF016D
Tints of Razzmatazz #FF016D
RGB
CMYK
RGB Variations
Color information
#FF016D (or 0xFF016D) is known color: Razzmatazz. HEX triplet: FF, 01 and 6D. RGB value is (255,1,109). Sum of RGB (Red+Green+Blue) = 255+1+109=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF016D is #00FE92. Grayscale: #595959. Windows color (decimal): -65171 or 7143935. OLE color: 7143935.
HSL color Cylindrical-coordinate representation of color #FF016D: hue angle of 334.49º 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 #FF016D is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.57 | 0 |
| HSL | 334.49º | 1% | 0.5% | - |
| HSV(B) | 334.49º | 1% | 1% | - |
| XYZ | 44.01 | 22.39 | 16.47 | - |
| YUV | 89.26 | 139.15 | 246.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 109 | 0 | 1.00 | 0.57 | 0 | 334.49 | 1 | 0.5 |
| Hex | FF | 1 | 6D | 0 | 64 | 39 | 0 | 14E | 64 | 32 |
| Octal | 377 | 1 | 155 | 0 | 144 | 71 | 0 | 516 | 144 | 62 |
| Binary | 11111111 | 1 | 1101101 | 0 | 1100100 | 111001 | 0 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FF016D
Complementary color
Monochromatic Colors of #FF016D
Black with #FF016D
Text Example
Text Example
White with #FF016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF016D; }
p { color: rgb(255,1,109); }
H1.HeaderClassName
{
color: #FF016D;
}
.AnyTagClassName
{
color: #FF016D;
}
</style>
background-color css
<style>
a { background-color: #FF016D; }
a { background-color: rgb(255,1,109); }
div.DivClassName
{
background-color: #FF016D;
}
.BgClassName
{
background-color: #FF016D;
}
</style>
border-color css
<style>
span { border-color: #FF016D; }
span { border-color: rgb(255,1,109); }
td.TdClassName
{
border-color: #FF016D;
}
.TagClassName
{
border-color: #FF016D;
}
</style>