Shades of Razzmatazz #F00F67
Tints of Razzmatazz #F00F67
RGB
CMYK
RGB Variations
Color information
#F00F67 (or 0xF00F67) is known color: Razzmatazz. HEX triplet: F0, 0F and 67. RGB value is (240,15,103). Sum of RGB (Red+Green+Blue) = 240+15+103=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F67 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F67 is #0FF098. Grayscale: #5C5C5C. Windows color (decimal): -1044633 or 6754288. OLE color: 6754288.
HSL color Cylindrical-coordinate representation of color #F00F67: hue angle of 336.53º 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 #F00F67 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 103 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.06 |
| HSL | 336.53º | 0.88% | 0.5% | - |
| HSV(B) | 336.53º | 0.94% | 0.94% | - |
| XYZ | 38.55 | 19.85 | 14.63 | - |
| YUV | 92.31 | 134.04 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 103 | 0 | 0.94 | 0.57 | 0.06 | 336.53 | 0.88 | 0.5 |
| Hex | F0 | F | 67 | 0 | 5E | 39 | 6 | 151 | 58 | 32 |
| Octal | 360 | 17 | 147 | 0 | 136 | 71 | 6 | 521 | 130 | 62 |
| Binary | 11110000 | 1111 | 1100111 | 0 | 1011110 | 111001 | 110 | 101010001 | 1011000 | 110010 |
Color Harmonies of #F00F67
Complementary color
Monochromatic Colors of #F00F67
Black with #F00F67
Text Example
Text Example
White with #F00F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F67; }
p { color: rgb(240,15,103); }
H1.HeaderClassName
{
color: #F00F67;
}
.AnyTagClassName
{
color: #F00F67;
}
</style>
background-color css
<style>
a { background-color: #F00F67; }
a { background-color: rgb(240,15,103); }
div.DivClassName
{
background-color: #F00F67;
}
.BgClassName
{
background-color: #F00F67;
}
</style>
border-color css
<style>
span { border-color: #F00F67; }
span { border-color: rgb(240,15,103); }
td.TdClassName
{
border-color: #F00F67;
}
.TagClassName
{
border-color: #F00F67;
}
</style>