Shades of Razzmatazz #FF0A6A
Tints of Razzmatazz #FF0A6A
RGB
CMYK
RGB Variations
Color information
#FF0A6A (or 0xFF0A6A) is known color: Razzmatazz. HEX triplet: FF, 0A and 6A. RGB value is (255,10,106). Sum of RGB (Red+Green+Blue) = 255+10+106=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0A6A is #00F595. Grayscale: #5E5E5E. Windows color (decimal): -62870 or 6949631. OLE color: 6949631.
HSL color Cylindrical-coordinate representation of color #FF0A6A: hue angle of 336.49º 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 #FF0A6A is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 106 | - |
| CMYK | 0 | 0.96 | 0.58 | 0 |
| HSL | 336.49º | 1% | 0.52% | - |
| HSV(B) | 336.49º | 0.96% | 1% | - |
| XYZ | 43.95 | 22.52 | 15.67 | - |
| YUV | 94.2 | 134.67 | 242.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 106 | 0 | 0.96 | 0.58 | 0 | 336.49 | 1 | 0.52 |
| Hex | FF | A | 6A | 0 | 60 | 3A | 0 | 150 | 64 | 34 |
| Octal | 377 | 12 | 152 | 0 | 140 | 72 | 0 | 520 | 144 | 64 |
| Binary | 11111111 | 1010 | 1101010 | 0 | 1100000 | 111010 | 0 | 101010000 | 1100100 | 110100 |
Color Harmonies of #FF0A6A
Complementary color
Monochromatic Colors of #FF0A6A
Black with #FF0A6A
Text Example
Text Example
White with #FF0A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A6A; }
p { color: rgb(255,10,106); }
H1.HeaderClassName
{
color: #FF0A6A;
}
.AnyTagClassName
{
color: #FF0A6A;
}
</style>
background-color css
<style>
a { background-color: #FF0A6A; }
a { background-color: rgb(255,10,106); }
div.DivClassName
{
background-color: #FF0A6A;
}
.BgClassName
{
background-color: #FF0A6A;
}
</style>
border-color css
<style>
span { border-color: #FF0A6A; }
span { border-color: rgb(255,10,106); }
td.TdClassName
{
border-color: #FF0A6A;
}
.TagClassName
{
border-color: #FF0A6A;
}
</style>