Shades of Razzmatazz #F80174
Tints of Razzmatazz #F80174
RGB
CMYK
RGB Variations
Color information
#F80174 (or 0xF80174) is known color: Razzmatazz. HEX triplet: F8, 01 and 74. RGB value is (248,1,116). Sum of RGB (Red+Green+Blue) = 248+1+116=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F80174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80174 is #07FE8B. Grayscale: #575757. Windows color (decimal): -523916 or 7602680. OLE color: 7602680.
HSL color Cylindrical-coordinate representation of color #F80174: hue angle of 332.06º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80174 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.03 |
| HSL | 332.06º | 0.99% | 0.49% | - |
| HSV(B) | 332.06º | 1% | 0.97% | - |
| XYZ | 41.87 | 21.24 | 18.42 | - |
| YUV | 87.96 | 143.83 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 116 | 0 | 1.00 | 0.53 | 0.03 | 332.06 | 0.99 | 0.49 |
| Hex | F8 | 1 | 74 | 0 | 64 | 35 | 3 | 14C | 63 | 31 |
| Octal | 370 | 1 | 164 | 0 | 144 | 65 | 3 | 514 | 143 | 61 |
| Binary | 11111000 | 1 | 1110100 | 0 | 1100100 | 110101 | 11 | 101001100 | 1100011 | 110001 |
Color Harmonies of #F80174
Complementary color
Monochromatic Colors of #F80174
Black with #F80174
Text Example
Text Example
White with #F80174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80174; }
p { color: rgb(248,1,116); }
H1.HeaderClassName
{
color: #F80174;
}
.AnyTagClassName
{
color: #F80174;
}
</style>
background-color css
<style>
a { background-color: #F80174; }
a { background-color: rgb(248,1,116); }
div.DivClassName
{
background-color: #F80174;
}
.BgClassName
{
background-color: #F80174;
}
</style>
border-color css
<style>
span { border-color: #F80174; }
span { border-color: rgb(248,1,116); }
td.TdClassName
{
border-color: #F80174;
}
.TagClassName
{
border-color: #F80174;
}
</style>