Shades of Razzmatazz #F8016F
Tints of Razzmatazz #F8016F
RGB
CMYK
RGB Variations
Color information
#F8016F (or 0xF8016F) is known color: Razzmatazz. HEX triplet: F8, 01 and 6F. RGB value is (248,1,111). Sum of RGB (Red+Green+Blue) = 248+1+111=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8016F is #07FE90. Grayscale: #575757. Windows color (decimal): -523921 or 7275000. OLE color: 7275000.
HSL color Cylindrical-coordinate representation of color #F8016F: hue angle of 333.28º 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 #F8016F is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.03 |
| HSL | 333.28º | 0.99% | 0.49% | - |
| HSV(B) | 333.28º | 1% | 0.97% | - |
| XYZ | 41.59 | 21.13 | 16.92 | - |
| YUV | 87.39 | 141.33 | 242.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 111 | 0 | 1.00 | 0.55 | 0.03 | 333.28 | 0.99 | 0.49 |
| Hex | F8 | 1 | 6F | 0 | 64 | 37 | 3 | 14D | 63 | 31 |
| Octal | 370 | 1 | 157 | 0 | 144 | 67 | 3 | 515 | 143 | 61 |
| Binary | 11111000 | 1 | 1101111 | 0 | 1100100 | 110111 | 11 | 101001101 | 1100011 | 110001 |
Color Harmonies of #F8016F
Complementary color
Monochromatic Colors of #F8016F
Black with #F8016F
Text Example
Text Example
White with #F8016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8016F; }
p { color: rgb(248,1,111); }
H1.HeaderClassName
{
color: #F8016F;
}
.AnyTagClassName
{
color: #F8016F;
}
</style>
background-color css
<style>
a { background-color: #F8016F; }
a { background-color: rgb(248,1,111); }
div.DivClassName
{
background-color: #F8016F;
}
.BgClassName
{
background-color: #F8016F;
}
</style>
border-color css
<style>
span { border-color: #F8016F; }
span { border-color: rgb(248,1,111); }
td.TdClassName
{
border-color: #F8016F;
}
.TagClassName
{
border-color: #F8016F;
}
</style>