Shades of Razzmatazz #F00F55
Tints of Razzmatazz #F00F55
RGB
CMYK
RGB Variations
Color information
#F00F55 (or 0xF00F55) is known color: Razzmatazz. HEX triplet: F0, 0F and 55. RGB value is (240,15,85). Sum of RGB (Red+Green+Blue) = 240+15+85=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F55 is #0FF0AA. Grayscale: #5A5A5A. Windows color (decimal): -1044651 or 5574640. OLE color: 5574640.
HSL color Cylindrical-coordinate representation of color #F00F55: hue angle of 341.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F55 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 85 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.06 |
| HSL | 341.33º | 0.88% | 0.5% | - |
| HSV(B) | 341.33º | 0.94% | 0.94% | - |
| XYZ | 37.75 | 19.52 | 10.37 | - |
| YUV | 90.26 | 125.04 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 85 | 0 | 0.94 | 0.65 | 0.06 | 341.33 | 0.88 | 0.5 |
| Hex | F0 | F | 55 | 0 | 5E | 41 | 6 | 155 | 58 | 32 |
| Octal | 360 | 17 | 125 | 0 | 136 | 101 | 6 | 525 | 130 | 62 |
| Binary | 11110000 | 1111 | 1010101 | 0 | 1011110 | 1000001 | 110 | 101010101 | 1011000 | 110010 |
Color Harmonies of #F00F55
Complementary color
Monochromatic Colors of #F00F55
Black with #F00F55
Text Example
Text Example
White with #F00F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F55; }
p { color: rgb(240,15,85); }
H1.HeaderClassName
{
color: #F00F55;
}
.AnyTagClassName
{
color: #F00F55;
}
</style>
background-color css
<style>
a { background-color: #F00F55; }
a { background-color: rgb(240,15,85); }
div.DivClassName
{
background-color: #F00F55;
}
.BgClassName
{
background-color: #F00F55;
}
</style>
border-color css
<style>
span { border-color: #F00F55; }
span { border-color: rgb(240,15,85); }
td.TdClassName
{
border-color: #F00F55;
}
.TagClassName
{
border-color: #F00F55;
}
</style>