Shades of Razzmatazz #FF095F
Tints of Razzmatazz #FF095F
RGB
CMYK
RGB Variations
Color information
#FF095F (or 0xFF095F) is known color: Razzmatazz. HEX triplet: FF, 09 and 5F. RGB value is (255,9,95). Sum of RGB (Red+Green+Blue) = 255+9+95=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF095F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF095F is #00F6A0. Grayscale: #5C5C5C. Windows color (decimal): -63137 or 6228479. OLE color: 6228479.
HSL color Cylindrical-coordinate representation of color #FF095F: hue angle of 339.02º 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 #FF095F is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 95 | - |
| CMYK | 0 | 0.96 | 0.63 | 0 |
| HSL | 339.02º | 1% | 0.52% | - |
| HSV(B) | 339.02º | 0.96% | 1% | - |
| XYZ | 43.4 | 22.28 | 12.84 | - |
| YUV | 92.36 | 129.5 | 244.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 95 | 0 | 0.96 | 0.63 | 0 | 339.02 | 1 | 0.52 |
| Hex | FF | 9 | 5F | 0 | 60 | 3F | 0 | 153 | 64 | 34 |
| Octal | 377 | 11 | 137 | 0 | 140 | 77 | 0 | 523 | 144 | 64 |
| Binary | 11111111 | 1001 | 1011111 | 0 | 1100000 | 111111 | 0 | 101010011 | 1100100 | 110100 |
Color Harmonies of #FF095F
Complementary color
Monochromatic Colors of #FF095F
Black with #FF095F
Text Example
Text Example
White with #FF095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF095F; }
p { color: rgb(255,9,95); }
H1.HeaderClassName
{
color: #FF095F;
}
.AnyTagClassName
{
color: #FF095F;
}
</style>
background-color css
<style>
a { background-color: #FF095F; }
a { background-color: rgb(255,9,95); }
div.DivClassName
{
background-color: #FF095F;
}
.BgClassName
{
background-color: #FF095F;
}
</style>
border-color css
<style>
span { border-color: #FF095F; }
span { border-color: rgb(255,9,95); }
td.TdClassName
{
border-color: #FF095F;
}
.TagClassName
{
border-color: #FF095F;
}
</style>