Shades of Razzmatazz #F8014F
Tints of Razzmatazz #F8014F
RGB
CMYK
RGB Variations
Color information
#F8014F (or 0xF8014F) is known color: Razzmatazz. HEX triplet: F8, 01 and 4F. RGB value is (248,1,79). Sum of RGB (Red+Green+Blue) = 248+1+79=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8014F is #07FEB0. Grayscale: #535353. Windows color (decimal): -523953 or 5177848. OLE color: 5177848.
HSL color Cylindrical-coordinate representation of color #F8014F: hue angle of 341.05º 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 #F8014F is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 79 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.03 |
| HSL | 341.05º | 0.99% | 0.49% | - |
| HSV(B) | 341.05º | 1% | 0.97% | - |
| XYZ | 40.13 | 20.54 | 9.25 | - |
| YUV | 83.75 | 125.33 | 245.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 79 | 0 | 1.00 | 0.68 | 0.03 | 341.05 | 0.99 | 0.49 |
| Hex | F8 | 1 | 4F | 0 | 64 | 44 | 3 | 155 | 63 | 31 |
| Octal | 370 | 1 | 117 | 0 | 144 | 104 | 3 | 525 | 143 | 61 |
| Binary | 11111000 | 1 | 1001111 | 0 | 1100100 | 1000100 | 11 | 101010101 | 1100011 | 110001 |
Color Harmonies of #F8014F
Complementary color
Monochromatic Colors of #F8014F
Black with #F8014F
Text Example
Text Example
White with #F8014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8014F; }
p { color: rgb(248,1,79); }
H1.HeaderClassName
{
color: #F8014F;
}
.AnyTagClassName
{
color: #F8014F;
}
</style>
background-color css
<style>
a { background-color: #F8014F; }
a { background-color: rgb(248,1,79); }
div.DivClassName
{
background-color: #F8014F;
}
.BgClassName
{
background-color: #F8014F;
}
</style>
border-color css
<style>
span { border-color: #F8014F; }
span { border-color: rgb(248,1,79); }
td.TdClassName
{
border-color: #F8014F;
}
.TagClassName
{
border-color: #F8014F;
}
</style>