Shades of Razzmatazz #F00168
Tints of Razzmatazz #F00168
RGB
CMYK
RGB Variations
Color information
#F00168 (or 0xF00168) is known color: Razzmatazz. HEX triplet: F0, 01 and 68. RGB value is (240,1,104). Sum of RGB (Red+Green+Blue) = 240+1+104=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F00168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00168 is #0FFE97. Grayscale: #545454. Windows color (decimal): -1048216 or 6816240. OLE color: 6816240.
HSL color Cylindrical-coordinate representation of color #F00168: hue angle of 334.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00168 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.06 |
| HSL | 334.14º | 0.99% | 0.47% | - |
| HSV(B) | 334.14º | 1% | 0.94% | - |
| XYZ | 38.44 | 19.55 | 14.84 | - |
| YUV | 84.2 | 139.18 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 104 | 0 | 1.00 | 0.57 | 0.06 | 334.14 | 0.99 | 0.47 |
| Hex | F0 | 1 | 68 | 0 | 64 | 39 | 6 | 14E | 63 | 2F |
| Octal | 360 | 1 | 150 | 0 | 144 | 71 | 6 | 516 | 143 | 57 |
| Binary | 11110000 | 1 | 1101000 | 0 | 1100100 | 111001 | 110 | 101001110 | 1100011 | 101111 |
Color Harmonies of #F00168
Complementary color
Monochromatic Colors of #F00168
Black with #F00168
Text Example
Text Example
White with #F00168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00168; }
p { color: rgb(240,1,104); }
H1.HeaderClassName
{
color: #F00168;
}
.AnyTagClassName
{
color: #F00168;
}
</style>
background-color css
<style>
a { background-color: #F00168; }
a { background-color: rgb(240,1,104); }
div.DivClassName
{
background-color: #F00168;
}
.BgClassName
{
background-color: #F00168;
}
</style>
border-color css
<style>
span { border-color: #F00168; }
span { border-color: rgb(240,1,104); }
td.TdClassName
{
border-color: #F00168;
}
.TagClassName
{
border-color: #F00168;
}
</style>