Shades of Razzmatazz #F00067
Tints of Razzmatazz #F00067
RGB
CMYK
RGB Variations
Color information
#F00067 (or 0xF00067) is known color: Razzmatazz. HEX triplet: F0, 00 and 67. RGB value is (240,0,103). Sum of RGB (Red+Green+Blue) = 240+0+103=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F00067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00067 is #0FFF98. Grayscale: #535353. Windows color (decimal): -1048473 or 6750448. OLE color: 6750448.
HSL color Cylindrical-coordinate representation of color #F00067: hue angle of 334.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00067 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.57 | 0.06 |
| HSL | 334.25º | 1% | 0.47% | - |
| HSV(B) | 334.25º | 1% | 0.94% | - |
| XYZ | 38.38 | 19.5 | 14.57 | - |
| YUV | 83.5 | 139.01 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 103 | 0 | 1 | 0.57 | 0.06 | 334.25 | 1 | 0.47 |
| Hex | F0 | 0 | 67 | 0 | 64 | 39 | 6 | 14E | 64 | 2F |
| Octal | 360 | 0 | 147 | 0 | 144 | 71 | 6 | 516 | 144 | 57 |
| Binary | 11110000 | 0 | 1100111 | 0 | 1100100 | 111001 | 110 | 101001110 | 1100100 | 101111 |
Color Harmonies of #F00067
Complementary color
Monochromatic Colors of #F00067
Black with #F00067
Text Example
Text Example
White with #F00067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00067; }
p { color: rgb(240,0,103); }
H1.HeaderClassName
{
color: #F00067;
}
.AnyTagClassName
{
color: #F00067;
}
</style>
background-color css
<style>
a { background-color: #F00067; }
a { background-color: rgb(240,0,103); }
div.DivClassName
{
background-color: #F00067;
}
.BgClassName
{
background-color: #F00067;
}
</style>
border-color css
<style>
span { border-color: #F00067; }
span { border-color: rgb(240,0,103); }
td.TdClassName
{
border-color: #F00067;
}
.TagClassName
{
border-color: #F00067;
}
</style>