Shades of Razzmatazz #FF0172
Tints of Razzmatazz #FF0172
RGB
CMYK
RGB Variations
Color information
#FF0172 (or 0xFF0172) is known color: Razzmatazz. HEX triplet: FF, 01 and 72. RGB value is (255,1,114). Sum of RGB (Red+Green+Blue) = 255+1+114=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0172 is #00FE8D. Grayscale: #595959. Windows color (decimal): -65166 or 7471615. OLE color: 7471615.
HSL color Cylindrical-coordinate representation of color #FF0172: hue angle of 333.31º 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 #FF0172 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.55 | 0 |
| HSL | 333.31º | 1% | 0.5% | - |
| HSV(B) | 333.31º | 1% | 1% | - |
| XYZ | 44.29 | 22.5 | 17.93 | - |
| YUV | 89.83 | 141.65 | 245.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 114 | 0 | 1.00 | 0.55 | 0 | 333.31 | 1 | 0.5 |
| Hex | FF | 1 | 72 | 0 | 64 | 37 | 0 | 14D | 64 | 32 |
| Octal | 377 | 1 | 162 | 0 | 144 | 67 | 0 | 515 | 144 | 62 |
| Binary | 11111111 | 1 | 1110010 | 0 | 1100100 | 110111 | 0 | 101001101 | 1100100 | 110010 |
Color Harmonies of #FF0172
Complementary color
Monochromatic Colors of #FF0172
Black with #FF0172
Text Example
Text Example
White with #FF0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0172; }
p { color: rgb(255,1,114); }
H1.HeaderClassName
{
color: #FF0172;
}
.AnyTagClassName
{
color: #FF0172;
}
</style>
background-color css
<style>
a { background-color: #FF0172; }
a { background-color: rgb(255,1,114); }
div.DivClassName
{
background-color: #FF0172;
}
.BgClassName
{
background-color: #FF0172;
}
</style>
border-color css
<style>
span { border-color: #FF0172; }
span { border-color: rgb(255,1,114); }
td.TdClassName
{
border-color: #FF0172;
}
.TagClassName
{
border-color: #FF0172;
}
</style>