Shades of Razzmatazz #FF016E
Tints of Razzmatazz #FF016E
RGB
CMYK
RGB Variations
Color information
#FF016E (or 0xFF016E) is known color: Razzmatazz. HEX triplet: FF, 01 and 6E. RGB value is (255,1,110). Sum of RGB (Red+Green+Blue) = 255+1+110=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF016E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF016E is #00FE91. Grayscale: #595959. Windows color (decimal): -65170 or 7209471. OLE color: 7209471.
HSL color Cylindrical-coordinate representation of color #FF016E: hue angle of 334.25º 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 #FF016E is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 110 | - |
| CMYK | 0 | 1.00 | 0.57 | 0 |
| HSL | 334.25º | 1% | 0.5% | - |
| HSV(B) | 334.25º | 1% | 1% | - |
| XYZ | 44.07 | 22.41 | 16.75 | - |
| YUV | 89.37 | 139.65 | 246.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 110 | 0 | 1.00 | 0.57 | 0 | 334.25 | 1 | 0.5 |
| Hex | FF | 1 | 6E | 0 | 64 | 39 | 0 | 14E | 64 | 32 |
| Octal | 377 | 1 | 156 | 0 | 144 | 71 | 0 | 516 | 144 | 62 |
| Binary | 11111111 | 1 | 1101110 | 0 | 1100100 | 111001 | 0 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FF016E
Complementary color
Monochromatic Colors of #FF016E
Black with #FF016E
Text Example
Text Example
White with #FF016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF016E; }
p { color: rgb(255,1,110); }
H1.HeaderClassName
{
color: #FF016E;
}
.AnyTagClassName
{
color: #FF016E;
}
</style>
background-color css
<style>
a { background-color: #FF016E; }
a { background-color: rgb(255,1,110); }
div.DivClassName
{
background-color: #FF016E;
}
.BgClassName
{
background-color: #FF016E;
}
</style>
border-color css
<style>
span { border-color: #FF016E; }
span { border-color: rgb(255,1,110); }
td.TdClassName
{
border-color: #FF016E;
}
.TagClassName
{
border-color: #FF016E;
}
</style>