Shades of Razzmatazz #FF016B
Tints of Razzmatazz #FF016B
RGB
CMYK
RGB Variations
Color information
#FF016B (or 0xFF016B) is known color: Razzmatazz. HEX triplet: FF, 01 and 6B. RGB value is (255,1,107). Sum of RGB (Red+Green+Blue) = 255+1+107=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF016B is #00FE94. Grayscale: #585858. Windows color (decimal): -65173 or 7012863. OLE color: 7012863.
HSL color Cylindrical-coordinate representation of color #FF016B: hue angle of 334.96º 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 #FF016B is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.58 | 0 |
| HSL | 334.96º | 1% | 0.5% | - |
| HSV(B) | 334.96º | 1% | 1% | - |
| XYZ | 43.9 | 22.34 | 15.91 | - |
| YUV | 89.03 | 138.15 | 246.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 107 | 0 | 1.00 | 0.58 | 0 | 334.96 | 1 | 0.5 |
| Hex | FF | 1 | 6B | 0 | 64 | 3A | 0 | 14F | 64 | 32 |
| Octal | 377 | 1 | 153 | 0 | 144 | 72 | 0 | 517 | 144 | 62 |
| Binary | 11111111 | 1 | 1101011 | 0 | 1100100 | 111010 | 0 | 101001111 | 1100100 | 110010 |
Color Harmonies of #FF016B
Complementary color
Monochromatic Colors of #FF016B
Black with #FF016B
Text Example
Text Example
White with #FF016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF016B; }
p { color: rgb(255,1,107); }
H1.HeaderClassName
{
color: #FF016B;
}
.AnyTagClassName
{
color: #FF016B;
}
</style>
background-color css
<style>
a { background-color: #FF016B; }
a { background-color: rgb(255,1,107); }
div.DivClassName
{
background-color: #FF016B;
}
.BgClassName
{
background-color: #FF016B;
}
</style>
border-color css
<style>
span { border-color: #FF016B; }
span { border-color: rgb(255,1,107); }
td.TdClassName
{
border-color: #FF016B;
}
.TagClassName
{
border-color: #FF016B;
}
</style>