Shades of Razzmatazz #FF0972
Tints of Razzmatazz #FF0972
RGB
CMYK
RGB Variations
Color information
#FF0972 (or 0xFF0972) is known color: Razzmatazz. HEX triplet: FF, 09 and 72. RGB value is (255,9,114). Sum of RGB (Red+Green+Blue) = 255+9+114=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0972 is #00F68D. Grayscale: #5E5E5E. Windows color (decimal): -63118 or 7473663. OLE color: 7473663.
HSL color Cylindrical-coordinate representation of color #FF0972: hue angle of 334.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0972 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.55 | 0 |
| HSL | 334.39º | 1% | 0.52% | - |
| HSV(B) | 334.39º | 0.96% | 1% | - |
| XYZ | 44.37 | 22.67 | 17.96 | - |
| YUV | 94.52 | 139 | 242.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 114 | 0 | 0.96 | 0.55 | 0 | 334.39 | 1 | 0.52 |
| Hex | FF | 9 | 72 | 0 | 60 | 37 | 0 | 14E | 64 | 34 |
| Octal | 377 | 11 | 162 | 0 | 140 | 67 | 0 | 516 | 144 | 64 |
| Binary | 11111111 | 1001 | 1110010 | 0 | 1100000 | 110111 | 0 | 101001110 | 1100100 | 110100 |
Color Harmonies of #FF0972
Complementary color
Monochromatic Colors of #FF0972
Black with #FF0972
Text Example
Text Example
White with #FF0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0972; }
p { color: rgb(255,9,114); }
H1.HeaderClassName
{
color: #FF0972;
}
.AnyTagClassName
{
color: #FF0972;
}
</style>
background-color css
<style>
a { background-color: #FF0972; }
a { background-color: rgb(255,9,114); }
div.DivClassName
{
background-color: #FF0972;
}
.BgClassName
{
background-color: #FF0972;
}
</style>
border-color css
<style>
span { border-color: #FF0972; }
span { border-color: rgb(255,9,114); }
td.TdClassName
{
border-color: #FF0972;
}
.TagClassName
{
border-color: #FF0972;
}
</style>