Shades of Razzmatazz #F00174
Tints of Razzmatazz #F00174
RGB
CMYK
RGB Variations
Color information
#F00174 (or 0xF00174) is known color: Razzmatazz. HEX triplet: F0, 01 and 74. RGB value is (240,1,116). Sum of RGB (Red+Green+Blue) = 240+1+116=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F00174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00174 is #0FFE8B. Grayscale: #555555. Windows color (decimal): -1048204 or 7602672. OLE color: 7602672.
HSL color Cylindrical-coordinate representation of color #F00174: hue angle of 331.13º 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 #F00174 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.06 |
| HSL | 331.13º | 0.99% | 0.47% | - |
| HSV(B) | 331.13º | 1% | 0.94% | - |
| XYZ | 39.1 | 19.81 | 18.29 | - |
| YUV | 85.57 | 145.18 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 116 | 0 | 1.00 | 0.52 | 0.06 | 331.13 | 0.99 | 0.47 |
| Hex | F0 | 1 | 74 | 0 | 64 | 34 | 6 | 14B | 63 | 2F |
| Octal | 360 | 1 | 164 | 0 | 144 | 64 | 6 | 513 | 143 | 57 |
| Binary | 11110000 | 1 | 1110100 | 0 | 1100100 | 110100 | 110 | 101001011 | 1100011 | 101111 |
Color Harmonies of #F00174
Complementary color
Monochromatic Colors of #F00174
Black with #F00174
Text Example
Text Example
White with #F00174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00174; }
p { color: rgb(240,1,116); }
H1.HeaderClassName
{
color: #F00174;
}
.AnyTagClassName
{
color: #F00174;
}
</style>
background-color css
<style>
a { background-color: #F00174; }
a { background-color: rgb(240,1,116); }
div.DivClassName
{
background-color: #F00174;
}
.BgClassName
{
background-color: #F00174;
}
</style>
border-color css
<style>
span { border-color: #F00174; }
span { border-color: rgb(240,1,116); }
td.TdClassName
{
border-color: #F00174;
}
.TagClassName
{
border-color: #F00174;
}
</style>