Shades of Razzmatazz #F00A68
Tints of Razzmatazz #F00A68
RGB
CMYK
RGB Variations
Color information
#F00A68 (or 0xF00A68) is known color: Razzmatazz. HEX triplet: F0, 0A and 68. RGB value is (240,10,104). Sum of RGB (Red+Green+Blue) = 240+10+104=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A68 is #0FF597. Grayscale: #595959. Windows color (decimal): -1045912 or 6818544. OLE color: 6818544.
HSL color Cylindrical-coordinate representation of color #F00A68: hue angle of 335.48º 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 #F00A68 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 104 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.06 |
| HSL | 335.48º | 0.92% | 0.49% | - |
| HSV(B) | 335.48º | 0.96% | 0.94% | - |
| XYZ | 38.54 | 19.74 | 14.88 | - |
| YUV | 89.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 104 | 0 | 0.96 | 0.57 | 0.06 | 335.48 | 0.92 | 0.49 |
| Hex | F0 | A | 68 | 0 | 60 | 39 | 6 | 14F | 5C | 31 |
| Octal | 360 | 12 | 150 | 0 | 140 | 71 | 6 | 517 | 134 | 61 |
| Binary | 11110000 | 1010 | 1101000 | 0 | 1100000 | 111001 | 110 | 101001111 | 1011100 | 110001 |
Color Harmonies of #F00A68
Complementary color
Monochromatic Colors of #F00A68
Black with #F00A68
Text Example
Text Example
White with #F00A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A68; }
p { color: rgb(240,10,104); }
H1.HeaderClassName
{
color: #F00A68;
}
.AnyTagClassName
{
color: #F00A68;
}
</style>
background-color css
<style>
a { background-color: #F00A68; }
a { background-color: rgb(240,10,104); }
div.DivClassName
{
background-color: #F00A68;
}
.BgClassName
{
background-color: #F00A68;
}
</style>
border-color css
<style>
span { border-color: #F00A68; }
span { border-color: rgb(240,10,104); }
td.TdClassName
{
border-color: #F00A68;
}
.TagClassName
{
border-color: #F00A68;
}
</style>