Shades of Razzmatazz #FF066E
Tints of Razzmatazz #FF066E
RGB
CMYK
RGB Variations
Color information
#FF066E (or 0xFF066E) is known color: Razzmatazz. HEX triplet: FF, 06 and 6E. RGB value is (255,6,110). Sum of RGB (Red+Green+Blue) = 255+6+110=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF066E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF066E is #00F991. Grayscale: #5C5C5C. Windows color (decimal): -63890 or 7210751. OLE color: 7210751.
HSL color Cylindrical-coordinate representation of color #FF066E: hue angle of 334.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF066E is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 110 | - |
| CMYK | 0 | 0.98 | 0.57 | 0 |
| HSL | 334.94º | 1% | 0.51% | - |
| HSV(B) | 334.94º | 0.98% | 1% | - |
| XYZ | 44.12 | 22.52 | 16.77 | - |
| YUV | 92.31 | 137.99 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 110 | 0 | 0.98 | 0.57 | 0 | 334.94 | 1 | 0.51 |
| Hex | FF | 6 | 6E | 0 | 62 | 39 | 0 | 14F | 64 | 33 |
| Octal | 377 | 6 | 156 | 0 | 142 | 71 | 0 | 517 | 144 | 63 |
| Binary | 11111111 | 110 | 1101110 | 0 | 1100010 | 111001 | 0 | 101001111 | 1100100 | 110011 |
Color Harmonies of #FF066E
Complementary color
Monochromatic Colors of #FF066E
Black with #FF066E
Text Example
Text Example
White with #FF066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF066E; }
p { color: rgb(255,6,110); }
H1.HeaderClassName
{
color: #FF066E;
}
.AnyTagClassName
{
color: #FF066E;
}
</style>
background-color css
<style>
a { background-color: #FF066E; }
a { background-color: rgb(255,6,110); }
div.DivClassName
{
background-color: #FF066E;
}
.BgClassName
{
background-color: #FF066E;
}
</style>
border-color css
<style>
span { border-color: #FF066E; }
span { border-color: rgb(255,6,110); }
td.TdClassName
{
border-color: #FF066E;
}
.TagClassName
{
border-color: #FF066E;
}
</style>