Shades of Razzmatazz #FF095E
Tints of Razzmatazz #FF095E
RGB
CMYK
RGB Variations
Color information
#FF095E (or 0xFF095E) is known color: Razzmatazz. HEX triplet: FF, 09 and 5E. RGB value is (255,9,94). Sum of RGB (Red+Green+Blue) = 255+9+94=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF095E is #00F6A1. Grayscale: #5C5C5C. Windows color (decimal): -63138 or 6162943. OLE color: 6162943.
HSL color Cylindrical-coordinate representation of color #FF095E: hue angle of 339.27º 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 #FF095E is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 94 | - |
| CMYK | 0 | 0.96 | 0.63 | 0 |
| HSL | 339.27º | 1% | 0.52% | - |
| HSV(B) | 339.27º | 0.96% | 1% | - |
| XYZ | 43.36 | 22.26 | 12.6 | - |
| YUV | 92.24 | 129 | 244.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 94 | 0 | 0.96 | 0.63 | 0 | 339.27 | 1 | 0.52 |
| Hex | FF | 9 | 5E | 0 | 60 | 3F | 0 | 153 | 64 | 34 |
| Octal | 377 | 11 | 136 | 0 | 140 | 77 | 0 | 523 | 144 | 64 |
| Binary | 11111111 | 1001 | 1011110 | 0 | 1100000 | 111111 | 0 | 101010011 | 1100100 | 110100 |
Color Harmonies of #FF095E
Complementary color
Monochromatic Colors of #FF095E
Black with #FF095E
Text Example
Text Example
White with #FF095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF095E; }
p { color: rgb(255,9,94); }
H1.HeaderClassName
{
color: #FF095E;
}
.AnyTagClassName
{
color: #FF095E;
}
</style>
background-color css
<style>
a { background-color: #FF095E; }
a { background-color: rgb(255,9,94); }
div.DivClassName
{
background-color: #FF095E;
}
.BgClassName
{
background-color: #FF095E;
}
</style>
border-color css
<style>
span { border-color: #FF095E; }
span { border-color: rgb(255,9,94); }
td.TdClassName
{
border-color: #FF095E;
}
.TagClassName
{
border-color: #FF095E;
}
</style>