Shades of Razzmatazz #F00C68
Tints of Razzmatazz #F00C68
RGB
CMYK
RGB Variations
Color information
#F00C68 (or 0xF00C68) is known color: Razzmatazz. HEX triplet: F0, 0C and 68. RGB value is (240,12,104). Sum of RGB (Red+Green+Blue) = 240+12+104=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00C68 is #0FF397. Grayscale: #5A5A5A. Windows color (decimal): -1045400 or 6819056. OLE color: 6819056.
HSL color Cylindrical-coordinate representation of color #F00C68: hue angle of 335.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C68 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 104 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.06 |
| HSL | 335.79º | 0.9% | 0.49% | - |
| HSV(B) | 335.79º | 0.95% | 0.94% | - |
| XYZ | 38.57 | 19.79 | 14.88 | - |
| YUV | 90.66 | 135.54 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 104 | 0 | 0.95 | 0.57 | 0.06 | 335.79 | 0.9 | 0.49 |
| Hex | F0 | C | 68 | 0 | 5F | 39 | 6 | 150 | 5A | 31 |
| Octal | 360 | 14 | 150 | 0 | 137 | 71 | 6 | 520 | 132 | 61 |
| Binary | 11110000 | 1100 | 1101000 | 0 | 1011111 | 111001 | 110 | 101010000 | 1011010 | 110001 |
Color Harmonies of #F00C68
Complementary color
Monochromatic Colors of #F00C68
Black with #F00C68
Text Example
Text Example
White with #F00C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C68; }
p { color: rgb(240,12,104); }
H1.HeaderClassName
{
color: #F00C68;
}
.AnyTagClassName
{
color: #F00C68;
}
</style>
background-color css
<style>
a { background-color: #F00C68; }
a { background-color: rgb(240,12,104); }
div.DivClassName
{
background-color: #F00C68;
}
.BgClassName
{
background-color: #F00C68;
}
</style>
border-color css
<style>
span { border-color: #F00C68; }
span { border-color: rgb(240,12,104); }
td.TdClassName
{
border-color: #F00C68;
}
.TagClassName
{
border-color: #F00C68;
}
</style>