Shades of Razzmatazz #FF0954
Tints of Razzmatazz #FF0954
RGB
CMYK
RGB Variations
Color information
#FF0954 (or 0xFF0954) is known color: Razzmatazz. HEX triplet: FF, 09 and 54. RGB value is (255,9,84). Sum of RGB (Red+Green+Blue) = 255+9+84=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0954 is #00F6AB. Grayscale: #5B5B5B. Windows color (decimal): -63148 or 5507583. OLE color: 5507583.
HSL color Cylindrical-coordinate representation of color #FF0954: hue angle of 341.71º 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 #FF0954 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.67 | 0 |
| HSL | 341.71º | 1% | 0.52% | - |
| HSV(B) | 341.71º | 0.96% | 1% | - |
| XYZ | 42.94 | 22.1 | 10.39 | - |
| YUV | 91.1 | 124 | 244.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 84 | 0 | 0.96 | 0.67 | 0 | 341.71 | 1 | 0.52 |
| Hex | FF | 9 | 54 | 0 | 60 | 43 | 0 | 156 | 64 | 34 |
| Octal | 377 | 11 | 124 | 0 | 140 | 103 | 0 | 526 | 144 | 64 |
| Binary | 11111111 | 1001 | 1010100 | 0 | 1100000 | 1000011 | 0 | 101010110 | 1100100 | 110100 |
Color Harmonies of #FF0954
Complementary color
Monochromatic Colors of #FF0954
Black with #FF0954
Text Example
Text Example
White with #FF0954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0954; }
p { color: rgb(255,9,84); }
H1.HeaderClassName
{
color: #FF0954;
}
.AnyTagClassName
{
color: #FF0954;
}
</style>
background-color css
<style>
a { background-color: #FF0954; }
a { background-color: rgb(255,9,84); }
div.DivClassName
{
background-color: #FF0954;
}
.BgClassName
{
background-color: #FF0954;
}
</style>
border-color css
<style>
span { border-color: #FF0954; }
span { border-color: rgb(255,9,84); }
td.TdClassName
{
border-color: #FF0954;
}
.TagClassName
{
border-color: #FF0954;
}
</style>