Shades of Razzmatazz #F0064D
Tints of Razzmatazz #F0064D
RGB
CMYK
RGB Variations
Color information
#F0064D (or 0xF0064D) is known color: Razzmatazz. HEX triplet: F0, 06 and 4D. RGB value is (240,6,77). Sum of RGB (Red+Green+Blue) = 240+6+77=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0064D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0064D is #0FF9B2. Grayscale: #545454. Windows color (decimal): -1046963 or 5048048. OLE color: 5048048.
HSL color Cylindrical-coordinate representation of color #F0064D: hue angle of 341.79º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0064D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 77 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.06 |
| HSL | 341.79º | 0.95% | 0.48% | - |
| HSV(B) | 341.79º | 0.98% | 0.94% | - |
| XYZ | 37.34 | 19.19 | 8.76 | - |
| YUV | 84.06 | 124.02 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 77 | 0 | 0.98 | 0.68 | 0.06 | 341.79 | 0.95 | 0.48 |
| Hex | F0 | 6 | 4D | 0 | 62 | 44 | 6 | 156 | 5F | 30 |
| Octal | 360 | 6 | 115 | 0 | 142 | 104 | 6 | 526 | 137 | 60 |
| Binary | 11110000 | 110 | 1001101 | 0 | 1100010 | 1000100 | 110 | 101010110 | 1011111 | 110000 |
Color Harmonies of #F0064D
Complementary color
Monochromatic Colors of #F0064D
Black with #F0064D
Text Example
Text Example
White with #F0064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0064D; }
p { color: rgb(240,6,77); }
H1.HeaderClassName
{
color: #F0064D;
}
.AnyTagClassName
{
color: #F0064D;
}
</style>
background-color css
<style>
a { background-color: #F0064D; }
a { background-color: rgb(240,6,77); }
div.DivClassName
{
background-color: #F0064D;
}
.BgClassName
{
background-color: #F0064D;
}
</style>
border-color css
<style>
span { border-color: #F0064D; }
span { border-color: rgb(240,6,77); }
td.TdClassName
{
border-color: #F0064D;
}
.TagClassName
{
border-color: #F0064D;
}
</style>