Shades of Razzmatazz #FF095A
Tints of Razzmatazz #FF095A
RGB
CMYK
RGB Variations
Color information
#FF095A (or 0xFF095A) is known color: Razzmatazz. HEX triplet: FF, 09 and 5A. RGB value is (255,9,90). Sum of RGB (Red+Green+Blue) = 255+9+90=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF095A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF095A is #00F6A5. Grayscale: #5B5B5B. Windows color (decimal): -63142 or 5900799. OLE color: 5900799.
HSL color Cylindrical-coordinate representation of color #FF095A: hue angle of 340.24º 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 #FF095A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 90 | - |
| CMYK | 0 | 0.96 | 0.65 | 0 |
| HSL | 340.24º | 1% | 0.52% | - |
| HSV(B) | 340.24º | 0.96% | 1% | - |
| XYZ | 43.18 | 22.19 | 11.68 | - |
| YUV | 91.79 | 127 | 244.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 90 | 0 | 0.96 | 0.65 | 0 | 340.24 | 1 | 0.52 |
| Hex | FF | 9 | 5A | 0 | 60 | 41 | 0 | 154 | 64 | 34 |
| Octal | 377 | 11 | 132 | 0 | 140 | 101 | 0 | 524 | 144 | 64 |
| Binary | 11111111 | 1001 | 1011010 | 0 | 1100000 | 1000001 | 0 | 101010100 | 1100100 | 110100 |
Color Harmonies of #FF095A
Complementary color
Monochromatic Colors of #FF095A
Black with #FF095A
Text Example
Text Example
White with #FF095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF095A; }
p { color: rgb(255,9,90); }
H1.HeaderClassName
{
color: #FF095A;
}
.AnyTagClassName
{
color: #FF095A;
}
</style>
background-color css
<style>
a { background-color: #FF095A; }
a { background-color: rgb(255,9,90); }
div.DivClassName
{
background-color: #FF095A;
}
.BgClassName
{
background-color: #FF095A;
}
</style>
border-color css
<style>
span { border-color: #FF095A; }
span { border-color: rgb(255,9,90); }
td.TdClassName
{
border-color: #FF095A;
}
.TagClassName
{
border-color: #FF095A;
}
</style>