Shades of Razzmatazz #F0064F
Tints of Razzmatazz #F0064F
RGB
CMYK
RGB Variations
Color information
#F0064F (or 0xF0064F) is known color: Razzmatazz. HEX triplet: F0, 06 and 4F. RGB value is (240,6,79). Sum of RGB (Red+Green+Blue) = 240+6+79=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F0064F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0064F is #0FF9B0. Grayscale: #545454. Windows color (decimal): -1046961 or 5179120. OLE color: 5179120.
HSL color Cylindrical-coordinate representation of color #F0064F: hue angle of 341.28º 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 #F0064F is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 79 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.06 |
| HSL | 341.28º | 0.95% | 0.48% | - |
| HSV(B) | 341.28º | 0.98% | 0.94% | - |
| XYZ | 37.41 | 19.22 | 9.14 | - |
| YUV | 84.29 | 125.02 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 79 | 0 | 0.98 | 0.67 | 0.06 | 341.28 | 0.95 | 0.48 |
| Hex | F0 | 6 | 4F | 0 | 62 | 43 | 6 | 155 | 5F | 30 |
| Octal | 360 | 6 | 117 | 0 | 142 | 103 | 6 | 525 | 137 | 60 |
| Binary | 11110000 | 110 | 1001111 | 0 | 1100010 | 1000011 | 110 | 101010101 | 1011111 | 110000 |
Color Harmonies of #F0064F
Complementary color
Monochromatic Colors of #F0064F
Black with #F0064F
Text Example
Text Example
White with #F0064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0064F; }
p { color: rgb(240,6,79); }
H1.HeaderClassName
{
color: #F0064F;
}
.AnyTagClassName
{
color: #F0064F;
}
</style>
background-color css
<style>
a { background-color: #F0064F; }
a { background-color: rgb(240,6,79); }
div.DivClassName
{
background-color: #F0064F;
}
.BgClassName
{
background-color: #F0064F;
}
</style>
border-color css
<style>
span { border-color: #F0064F; }
span { border-color: rgb(240,6,79); }
td.TdClassName
{
border-color: #F0064F;
}
.TagClassName
{
border-color: #F0064F;
}
</style>