Shades of Razzmatazz #FF096A
Tints of Razzmatazz #FF096A
RGB
CMYK
RGB Variations
Color information
#FF096A (or 0xFF096A) is known color: Razzmatazz. HEX triplet: FF, 09 and 6A. RGB value is (255,9,106). Sum of RGB (Red+Green+Blue) = 255+9+106=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF096A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF096A is #00F695. Grayscale: #5D5D5D. Windows color (decimal): -63126 or 6949375. OLE color: 6949375.
HSL color Cylindrical-coordinate representation of color #FF096A: hue angle of 336.34º 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 #FF096A is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.58 | 0 |
| HSL | 336.34º | 1% | 0.52% | - |
| HSV(B) | 336.34º | 0.96% | 1% | - |
| XYZ | 43.94 | 22.5 | 15.66 | - |
| YUV | 93.61 | 135 | 243.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 106 | 0 | 0.96 | 0.58 | 0 | 336.34 | 1 | 0.52 |
| Hex | FF | 9 | 6A | 0 | 60 | 3A | 0 | 150 | 64 | 34 |
| Octal | 377 | 11 | 152 | 0 | 140 | 72 | 0 | 520 | 144 | 64 |
| Binary | 11111111 | 1001 | 1101010 | 0 | 1100000 | 111010 | 0 | 101010000 | 1100100 | 110100 |
Color Harmonies of #FF096A
Complementary color
Monochromatic Colors of #FF096A
Black with #FF096A
Text Example
Text Example
White with #FF096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF096A; }
p { color: rgb(255,9,106); }
H1.HeaderClassName
{
color: #FF096A;
}
.AnyTagClassName
{
color: #FF096A;
}
</style>
background-color css
<style>
a { background-color: #FF096A; }
a { background-color: rgb(255,9,106); }
div.DivClassName
{
background-color: #FF096A;
}
.BgClassName
{
background-color: #FF096A;
}
</style>
border-color css
<style>
span { border-color: #FF096A; }
span { border-color: rgb(255,9,106); }
td.TdClassName
{
border-color: #FF096A;
}
.TagClassName
{
border-color: #FF096A;
}
</style>