Shades of Razzmatazz #FF0957
Tints of Razzmatazz #FF0957
RGB
CMYK
RGB Variations
Color information
#FF0957 (or 0xFF0957) is known color: Razzmatazz. HEX triplet: FF, 09 and 57. RGB value is (255,9,87). Sum of RGB (Red+Green+Blue) = 255+9+87=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0957 is #00F6A8. Grayscale: #5B5B5B. Windows color (decimal): -63145 or 5704191. OLE color: 5704191.
HSL color Cylindrical-coordinate representation of color #FF0957: hue angle of 340.98º 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 #FF0957 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.66 | 0 |
| HSL | 340.98º | 1% | 0.52% | - |
| HSV(B) | 340.98º | 0.96% | 1% | - |
| XYZ | 43.06 | 22.14 | 11.02 | - |
| YUV | 91.45 | 125.5 | 244.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 87 | 0 | 0.96 | 0.66 | 0 | 340.98 | 1 | 0.52 |
| Hex | FF | 9 | 57 | 0 | 60 | 42 | 0 | 155 | 64 | 34 |
| Octal | 377 | 11 | 127 | 0 | 140 | 102 | 0 | 525 | 144 | 64 |
| Binary | 11111111 | 1001 | 1010111 | 0 | 1100000 | 1000010 | 0 | 101010101 | 1100100 | 110100 |
Color Harmonies of #FF0957
Complementary color
Monochromatic Colors of #FF0957
Black with #FF0957
Text Example
Text Example
White with #FF0957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0957; }
p { color: rgb(255,9,87); }
H1.HeaderClassName
{
color: #FF0957;
}
.AnyTagClassName
{
color: #FF0957;
}
</style>
background-color css
<style>
a { background-color: #FF0957; }
a { background-color: rgb(255,9,87); }
div.DivClassName
{
background-color: #FF0957;
}
.BgClassName
{
background-color: #FF0957;
}
</style>
border-color css
<style>
span { border-color: #FF0957; }
span { border-color: rgb(255,9,87); }
td.TdClassName
{
border-color: #FF0957;
}
.TagClassName
{
border-color: #FF0957;
}
</style>