Shades of Razzmatazz #F8014C
Tints of Razzmatazz #F8014C
RGB
CMYK
RGB Variations
Color information
#F8014C (or 0xF8014C) is known color: Razzmatazz. HEX triplet: F8, 01 and 4C. RGB value is (248,1,76). Sum of RGB (Red+Green+Blue) = 248+1+76=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F8014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8014C is #07FEB3. Grayscale: #535353. Windows color (decimal): -523956 or 4981240. OLE color: 4981240.
HSL color Cylindrical-coordinate representation of color #F8014C: hue angle of 341.78º 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 #F8014C is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.03 |
| HSL | 341.78º | 0.99% | 0.49% | - |
| HSV(B) | 341.78º | 1% | 0.97% | - |
| XYZ | 40.03 | 20.5 | 8.68 | - |
| YUV | 83.4 | 123.83 | 245.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 76 | 0 | 1.00 | 0.69 | 0.03 | 341.78 | 0.99 | 0.49 |
| Hex | F8 | 1 | 4C | 0 | 64 | 45 | 3 | 156 | 63 | 31 |
| Octal | 370 | 1 | 114 | 0 | 144 | 105 | 3 | 526 | 143 | 61 |
| Binary | 11111000 | 1 | 1001100 | 0 | 1100100 | 1000101 | 11 | 101010110 | 1100011 | 110001 |
Color Harmonies of #F8014C
Complementary color
Monochromatic Colors of #F8014C
Black with #F8014C
Text Example
Text Example
White with #F8014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8014C; }
p { color: rgb(248,1,76); }
H1.HeaderClassName
{
color: #F8014C;
}
.AnyTagClassName
{
color: #F8014C;
}
</style>
background-color css
<style>
a { background-color: #F8014C; }
a { background-color: rgb(248,1,76); }
div.DivClassName
{
background-color: #F8014C;
}
.BgClassName
{
background-color: #F8014C;
}
</style>
border-color css
<style>
span { border-color: #F8014C; }
span { border-color: rgb(248,1,76); }
td.TdClassName
{
border-color: #F8014C;
}
.TagClassName
{
border-color: #F8014C;
}
</style>