Shades of Razzmatazz #F00A6F
Tints of Razzmatazz #F00A6F
RGB
CMYK
RGB Variations
Color information
#F00A6F (or 0xF00A6F) is known color: Razzmatazz. HEX triplet: F0, 0A and 6F. RGB value is (240,10,111). Sum of RGB (Red+Green+Blue) = 240+10+111=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A6F is #0FF590. Grayscale: #5A5A5A. Windows color (decimal): -1045905 or 7277296. OLE color: 7277296.
HSL color Cylindrical-coordinate representation of color #F00A6F: hue angle of 333.65º 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 #F00A6F is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 111 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.06 |
| HSL | 333.65º | 0.92% | 0.49% | - |
| HSV(B) | 333.65º | 0.96% | 0.94% | - |
| XYZ | 38.91 | 19.89 | 16.83 | - |
| YUV | 90.28 | 139.7 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 111 | 0 | 0.96 | 0.54 | 0.06 | 333.65 | 0.92 | 0.49 |
| Hex | F0 | A | 6F | 0 | 60 | 36 | 6 | 14E | 5C | 31 |
| Octal | 360 | 12 | 157 | 0 | 140 | 66 | 6 | 516 | 134 | 61 |
| Binary | 11110000 | 1010 | 1101111 | 0 | 1100000 | 110110 | 110 | 101001110 | 1011100 | 110001 |
Color Harmonies of #F00A6F
Complementary color
Monochromatic Colors of #F00A6F
Black with #F00A6F
Text Example
Text Example
White with #F00A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A6F; }
p { color: rgb(240,10,111); }
H1.HeaderClassName
{
color: #F00A6F;
}
.AnyTagClassName
{
color: #F00A6F;
}
</style>
background-color css
<style>
a { background-color: #F00A6F; }
a { background-color: rgb(240,10,111); }
div.DivClassName
{
background-color: #F00A6F;
}
.BgClassName
{
background-color: #F00A6F;
}
</style>
border-color css
<style>
span { border-color: #F00A6F; }
span { border-color: rgb(240,10,111); }
td.TdClassName
{
border-color: #F00A6F;
}
.TagClassName
{
border-color: #F00A6F;
}
</style>