Shades of Razzmatazz #FF0A5C
Tints of Razzmatazz #FF0A5C
RGB
CMYK
RGB Variations
Color information
#FF0A5C (or 0xFF0A5C) is known color: Razzmatazz. HEX triplet: FF, 0A and 5C. RGB value is (255,10,92). Sum of RGB (Red+Green+Blue) = 255+10+92=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0A5C is #00F5A3. Grayscale: #5C5C5C. Windows color (decimal): -62884 or 6032127. OLE color: 6032127.
HSL color Cylindrical-coordinate representation of color #FF0A5C: hue angle of 339.92º 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 #FF0A5C is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 92 | - |
| CMYK | 0 | 0.96 | 0.64 | 0 |
| HSL | 339.92º | 1% | 0.52% | - |
| HSV(B) | 339.92º | 0.96% | 1% | - |
| XYZ | 43.28 | 22.25 | 12.14 | - |
| YUV | 92.6 | 127.67 | 243.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 92 | 0 | 0.96 | 0.64 | 0 | 339.92 | 1 | 0.52 |
| Hex | FF | A | 5C | 0 | 60 | 40 | 0 | 154 | 64 | 34 |
| Octal | 377 | 12 | 134 | 0 | 140 | 100 | 0 | 524 | 144 | 64 |
| Binary | 11111111 | 1010 | 1011100 | 0 | 1100000 | 1000000 | 0 | 101010100 | 1100100 | 110100 |
Color Harmonies of #FF0A5C
Complementary color
Monochromatic Colors of #FF0A5C
Black with #FF0A5C
Text Example
Text Example
White with #FF0A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A5C; }
p { color: rgb(255,10,92); }
H1.HeaderClassName
{
color: #FF0A5C;
}
.AnyTagClassName
{
color: #FF0A5C;
}
</style>
background-color css
<style>
a { background-color: #FF0A5C; }
a { background-color: rgb(255,10,92); }
div.DivClassName
{
background-color: #FF0A5C;
}
.BgClassName
{
background-color: #FF0A5C;
}
</style>
border-color css
<style>
span { border-color: #FF0A5C; }
span { border-color: rgb(255,10,92); }
td.TdClassName
{
border-color: #FF0A5C;
}
.TagClassName
{
border-color: #FF0A5C;
}
</style>