Shades of Razzmatazz #FF165F
Tints of Razzmatazz #FF165F
RGB
CMYK
RGB Variations
Color information
#FF165F (or 0xFF165F) is known color: Razzmatazz. HEX triplet: FF, 16 and 5F. RGB value is (255,22,95). Sum of RGB (Red+Green+Blue) = 255+22+95=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF165F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF165F is #00E9A0. Grayscale: #636363. Windows color (decimal): -59809 or 6231807. OLE color: 6231807.
HSL color Cylindrical-coordinate representation of color #FF165F: hue angle of 341.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF165F is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 95 | - |
| CMYK | 0 | 0.91 | 0.63 | 0 |
| HSL | 341.2º | 1% | 0.54% | - |
| HSV(B) | 341.2º | 0.91% | 1% | - |
| XYZ | 43.59 | 22.66 | 12.9 | - |
| YUV | 99.99 | 125.19 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 95 | 0 | 0.91 | 0.63 | 0 | 341.2 | 1 | 0.54 |
| Hex | FF | 16 | 5F | 0 | 5B | 3F | 0 | 155 | 64 | 36 |
| Octal | 377 | 26 | 137 | 0 | 133 | 77 | 0 | 525 | 144 | 66 |
| Binary | 11111111 | 10110 | 1011111 | 0 | 1011011 | 111111 | 0 | 101010101 | 1100100 | 110110 |
Color Harmonies of #FF165F
Complementary color
Monochromatic Colors of #FF165F
Black with #FF165F
Text Example
Text Example
White with #FF165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF165F; }
p { color: rgb(255,22,95); }
H1.HeaderClassName
{
color: #FF165F;
}
.AnyTagClassName
{
color: #FF165F;
}
</style>
background-color css
<style>
a { background-color: #FF165F; }
a { background-color: rgb(255,22,95); }
div.DivClassName
{
background-color: #FF165F;
}
.BgClassName
{
background-color: #FF165F;
}
</style>
border-color css
<style>
span { border-color: #FF165F; }
span { border-color: rgb(255,22,95); }
td.TdClassName
{
border-color: #FF165F;
}
.TagClassName
{
border-color: #FF165F;
}
</style>