Shades of Razzmatazz #F00173
Tints of Razzmatazz #F00173
RGB
CMYK
RGB Variations
Color information
#F00173 (or 0xF00173) is known color: Razzmatazz. HEX triplet: F0, 01 and 73. RGB value is (240,1,115). Sum of RGB (Red+Green+Blue) = 240+1+115=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F00173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00173 is #0FFE8C. Grayscale: #555555. Windows color (decimal): -1048205 or 7537136. OLE color: 7537136.
HSL color Cylindrical-coordinate representation of color #F00173: hue angle of 331.38º 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 #F00173 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.06 |
| HSL | 331.38º | 0.99% | 0.47% | - |
| HSV(B) | 331.38º | 1% | 0.94% | - |
| XYZ | 39.04 | 19.78 | 17.98 | - |
| YUV | 85.46 | 144.68 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 115 | 0 | 1.00 | 0.52 | 0.06 | 331.38 | 0.99 | 0.47 |
| Hex | F0 | 1 | 73 | 0 | 64 | 34 | 6 | 14B | 63 | 2F |
| Octal | 360 | 1 | 163 | 0 | 144 | 64 | 6 | 513 | 143 | 57 |
| Binary | 11110000 | 1 | 1110011 | 0 | 1100100 | 110100 | 110 | 101001011 | 1100011 | 101111 |
Color Harmonies of #F00173
Complementary color
Monochromatic Colors of #F00173
Black with #F00173
Text Example
Text Example
White with #F00173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00173; }
p { color: rgb(240,1,115); }
H1.HeaderClassName
{
color: #F00173;
}
.AnyTagClassName
{
color: #F00173;
}
</style>
background-color css
<style>
a { background-color: #F00173; }
a { background-color: rgb(240,1,115); }
div.DivClassName
{
background-color: #F00173;
}
.BgClassName
{
background-color: #F00173;
}
</style>
border-color css
<style>
span { border-color: #F00173; }
span { border-color: rgb(240,1,115); }
td.TdClassName
{
border-color: #F00173;
}
.TagClassName
{
border-color: #F00173;
}
</style>