Shades of Razzmatazz #FF095D
Tints of Razzmatazz #FF095D
RGB
CMYK
RGB Variations
Color information
#FF095D (or 0xFF095D) is known color: Razzmatazz. HEX triplet: FF, 09 and 5D. RGB value is (255,9,93). Sum of RGB (Red+Green+Blue) = 255+9+93=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF095D is #00F6A2. Grayscale: #5C5C5C. Windows color (decimal): -63139 or 6097407. OLE color: 6097407.
HSL color Cylindrical-coordinate representation of color #FF095D: hue angle of 339.51º 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 #FF095D is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.64 | 0 |
| HSL | 339.51º | 1% | 0.52% | - |
| HSV(B) | 339.51º | 0.96% | 1% | - |
| XYZ | 43.31 | 22.25 | 12.37 | - |
| YUV | 92.13 | 128.5 | 244.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 93 | 0 | 0.96 | 0.64 | 0 | 339.51 | 1 | 0.52 |
| Hex | FF | 9 | 5D | 0 | 60 | 40 | 0 | 154 | 64 | 34 |
| Octal | 377 | 11 | 135 | 0 | 140 | 100 | 0 | 524 | 144 | 64 |
| Binary | 11111111 | 1001 | 1011101 | 0 | 1100000 | 1000000 | 0 | 101010100 | 1100100 | 110100 |
Color Harmonies of #FF095D
Complementary color
Monochromatic Colors of #FF095D
Black with #FF095D
Text Example
Text Example
White with #FF095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF095D; }
p { color: rgb(255,9,93); }
H1.HeaderClassName
{
color: #FF095D;
}
.AnyTagClassName
{
color: #FF095D;
}
</style>
background-color css
<style>
a { background-color: #FF095D; }
a { background-color: rgb(255,9,93); }
div.DivClassName
{
background-color: #FF095D;
}
.BgClassName
{
background-color: #FF095D;
}
</style>
border-color css
<style>
span { border-color: #FF095D; }
span { border-color: rgb(255,9,93); }
td.TdClassName
{
border-color: #FF095D;
}
.TagClassName
{
border-color: #FF095D;
}
</style>