Shades of Razzmatazz #FF005C
Tints of Razzmatazz #FF005C
RGB
CMYK
RGB Variations
Color information
#FF005C (or 0xFF005C) is known color: Razzmatazz. HEX triplet: FF, 00 and 5C. RGB value is (255,0,92). Sum of RGB (Red+Green+Blue) = 255+0+92=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF005C is #00FFA3. Grayscale: #565656. Windows color (decimal): -65444 or 6029567. OLE color: 6029567.
HSL color Cylindrical-coordinate representation of color #FF005C: hue angle of 338.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF005C is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 0 | 92 | - |
CMYK | 0 | 1 | 0.64 | 0 |
HSL | 338.35º | 1% | 0.5% | - |
HSV(B) | 338.35º | 1% | 1% | - |
XYZ | 43.17 | 22.03 | 12.1 | - |
YUV | 86.73 | 130.98 | 248.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 0 | 92 | 0 | 1 | 0.64 | 0 | 338.35 | 1 | 0.5 |
Hex | FF | 0 | 5C | 0 | 64 | 40 | 0 | 152 | 64 | 32 |
Octal | 377 | 0 | 134 | 0 | 144 | 100 | 0 | 522 | 144 | 62 |
Binary | 11111111 | 0 | 1011100 | 0 | 1100100 | 1000000 | 0 | 101010010 | 1100100 | 110010 |
Color Harmonies of #FF005C
Complementary color
Monochromatic Colors of #FF005C
Black with #FF005C
Text Example
Text Example
White with #FF005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF005C; }
p { color: rgb(255,0,92); }
H1.HeaderClassName
{
color: #FF005C;
}
.AnyTagClassName
{
color: #FF005C;
}
</style>
background-color css
<style>
a { background-color: #FF005C; }
a { background-color: rgb(255,0,92); }
div.DivClassName
{
background-color: #FF005C;
}
.BgClassName
{
background-color: #FF005C;
}
</style>
border-color css
<style>
span { border-color: #FF005C; }
span { border-color: rgb(255,0,92); }
td.TdClassName
{
border-color: #FF005C;
}
.TagClassName
{
border-color: #FF005C;
}
</style>