Shades of Razzmatazz #F00F61
Tints of Razzmatazz #F00F61
RGB
CMYK
RGB Variations
Color information
#F00F61 (or 0xF00F61) is known color: Razzmatazz. HEX triplet: F0, 0F and 61. RGB value is (240,15,97). Sum of RGB (Red+Green+Blue) = 240+15+97=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F61 is #0FF09E. Grayscale: #5B5B5B. Windows color (decimal): -1044639 or 6361072. OLE color: 6361072.
HSL color Cylindrical-coordinate representation of color #F00F61: hue angle of 338.13º 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 #F00F61 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 97 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.06 |
| HSL | 338.13º | 0.88% | 0.5% | - |
| HSV(B) | 338.13º | 0.94% | 0.94% | - |
| XYZ | 38.26 | 19.73 | 13.1 | - |
| YUV | 91.62 | 131.04 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 97 | 0 | 0.94 | 0.60 | 0.06 | 338.13 | 0.88 | 0.5 |
| Hex | F0 | F | 61 | 0 | 5E | 3C | 6 | 152 | 58 | 32 |
| Octal | 360 | 17 | 141 | 0 | 136 | 74 | 6 | 522 | 130 | 62 |
| Binary | 11110000 | 1111 | 1100001 | 0 | 1011110 | 111100 | 110 | 101010010 | 1011000 | 110010 |
Color Harmonies of #F00F61
Complementary color
Monochromatic Colors of #F00F61
Black with #F00F61
Text Example
Text Example
White with #F00F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F61; }
p { color: rgb(240,15,97); }
H1.HeaderClassName
{
color: #F00F61;
}
.AnyTagClassName
{
color: #F00F61;
}
</style>
background-color css
<style>
a { background-color: #F00F61; }
a { background-color: rgb(240,15,97); }
div.DivClassName
{
background-color: #F00F61;
}
.BgClassName
{
background-color: #F00F61;
}
</style>
border-color css
<style>
span { border-color: #F00F61; }
span { border-color: rgb(240,15,97); }
td.TdClassName
{
border-color: #F00F61;
}
.TagClassName
{
border-color: #F00F61;
}
</style>