Shades of Razzmatazz #F0065D
Tints of Razzmatazz #F0065D
RGB
CMYK
RGB Variations
Color information
#F0065D (or 0xF0065D) is known color: Razzmatazz. HEX triplet: F0, 06 and 5D. RGB value is (240,6,93). Sum of RGB (Red+Green+Blue) = 240+6+93=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0065D is #0FF9A2. Grayscale: #555555. Windows color (decimal): -1046947 or 6096624. OLE color: 6096624.
HSL color Cylindrical-coordinate representation of color #F0065D: hue angle of 337.69º 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 #F0065D is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 93 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.06 |
| HSL | 337.69º | 0.95% | 0.48% | - |
| HSV(B) | 337.69º | 0.98% | 0.94% | - |
| XYZ | 37.98 | 19.45 | 12.11 | - |
| YUV | 85.88 | 132.02 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 93 | 0 | 0.98 | 0.61 | 0.06 | 337.69 | 0.95 | 0.48 |
| Hex | F0 | 6 | 5D | 0 | 62 | 3D | 6 | 152 | 5F | 30 |
| Octal | 360 | 6 | 135 | 0 | 142 | 75 | 6 | 522 | 137 | 60 |
| Binary | 11110000 | 110 | 1011101 | 0 | 1100010 | 111101 | 110 | 101010010 | 1011111 | 110000 |
Color Harmonies of #F0065D
Complementary color
Monochromatic Colors of #F0065D
Black with #F0065D
Text Example
Text Example
White with #F0065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0065D; }
p { color: rgb(240,6,93); }
H1.HeaderClassName
{
color: #F0065D;
}
.AnyTagClassName
{
color: #F0065D;
}
</style>
background-color css
<style>
a { background-color: #F0065D; }
a { background-color: rgb(240,6,93); }
div.DivClassName
{
background-color: #F0065D;
}
.BgClassName
{
background-color: #F0065D;
}
</style>
border-color css
<style>
span { border-color: #F0065D; }
span { border-color: rgb(240,6,93); }
td.TdClassName
{
border-color: #F0065D;
}
.TagClassName
{
border-color: #F0065D;
}
</style>