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