Shades of Razzmatazz #F00A66
Tints of Razzmatazz #F00A66
RGB
CMYK
RGB Variations
Color information
#F00A66 (or 0xF00A66) is known color: Razzmatazz. HEX triplet: F0, 0A and 66. RGB value is (240,10,102). Sum of RGB (Red+Green+Blue) = 240+10+102=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A66 is #0FF599. Grayscale: #595959. Windows color (decimal): -1045914 or 6687472. OLE color: 6687472.
HSL color Cylindrical-coordinate representation of color #F00A66: hue angle of 336º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A66 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 102 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.06 |
| HSL | 336º | 0.92% | 0.49% | - |
| HSV(B) | 336º | 0.96% | 0.94% | - |
| XYZ | 38.44 | 19.7 | 14.35 | - |
| YUV | 89.26 | 135.2 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 102 | 0 | 0.96 | 0.58 | 0.06 | 336 | 0.92 | 0.49 |
| Hex | F0 | A | 66 | 0 | 60 | 3A | 6 | 150 | 5C | 31 |
| Octal | 360 | 12 | 146 | 0 | 140 | 72 | 6 | 520 | 134 | 61 |
| Binary | 11110000 | 1010 | 1100110 | 0 | 1100000 | 111010 | 110 | 101010000 | 1011100 | 110001 |
Color Harmonies of #F00A66
Complementary color
Monochromatic Colors of #F00A66
Black with #F00A66
Text Example
Text Example
White with #F00A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A66; }
p { color: rgb(240,10,102); }
H1.HeaderClassName
{
color: #F00A66;
}
.AnyTagClassName
{
color: #F00A66;
}
</style>
background-color css
<style>
a { background-color: #F00A66; }
a { background-color: rgb(240,10,102); }
div.DivClassName
{
background-color: #F00A66;
}
.BgClassName
{
background-color: #F00A66;
}
</style>
border-color css
<style>
span { border-color: #F00A66; }
span { border-color: rgb(240,10,102); }
td.TdClassName
{
border-color: #F00A66;
}
.TagClassName
{
border-color: #F00A66;
}
</style>