Shades of Razzmatazz #FF0A64
Tints of Razzmatazz #FF0A64
RGB
CMYK
RGB Variations
Color information
#FF0A64 (or 0xFF0A64) is known color: Razzmatazz. HEX triplet: FF, 0A and 64. RGB value is (255,10,100). Sum of RGB (Red+Green+Blue) = 255+10+100=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0A64 is #00F59B. Grayscale: #5D5D5D. Windows color (decimal): -62876 or 6556415. OLE color: 6556415.
HSL color Cylindrical-coordinate representation of color #FF0A64: hue angle of 337.96º 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 #FF0A64 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 100 | - |
| CMYK | 0 | 0.96 | 0.61 | 0 |
| HSL | 337.96º | 1% | 0.52% | - |
| HSV(B) | 337.96º | 0.96% | 1% | - |
| XYZ | 43.65 | 22.4 | 14.08 | - |
| YUV | 93.52 | 131.67 | 243.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 100 | 0 | 0.96 | 0.61 | 0 | 337.96 | 1 | 0.52 |
| Hex | FF | A | 64 | 0 | 60 | 3D | 0 | 152 | 64 | 34 |
| Octal | 377 | 12 | 144 | 0 | 140 | 75 | 0 | 522 | 144 | 64 |
| Binary | 11111111 | 1010 | 1100100 | 0 | 1100000 | 111101 | 0 | 101010010 | 1100100 | 110100 |
Color Harmonies of #FF0A64
Complementary color
Monochromatic Colors of #FF0A64
Black with #FF0A64
Text Example
Text Example
White with #FF0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A64; }
p { color: rgb(255,10,100); }
H1.HeaderClassName
{
color: #FF0A64;
}
.AnyTagClassName
{
color: #FF0A64;
}
</style>
background-color css
<style>
a { background-color: #FF0A64; }
a { background-color: rgb(255,10,100); }
div.DivClassName
{
background-color: #FF0A64;
}
.BgClassName
{
background-color: #FF0A64;
}
</style>
border-color css
<style>
span { border-color: #FF0A64; }
span { border-color: rgb(255,10,100); }
td.TdClassName
{
border-color: #FF0A64;
}
.TagClassName
{
border-color: #FF0A64;
}
</style>