Shades of Razzmatazz #F7014D
Tints of Razzmatazz #F7014D
RGB
CMYK
RGB Variations
Color information
#F7014D (or 0xF7014D) is known color: Razzmatazz. HEX triplet: F7, 01 and 4D. RGB value is (247,1,77). Sum of RGB (Red+Green+Blue) = 247+1+77=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7014D is #08FEB2. Grayscale: #535353. Windows color (decimal): -589491 or 5046775. OLE color: 5046775.
HSL color Cylindrical-coordinate representation of color #F7014D: hue angle of 341.46º 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 #F7014D is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.03 |
| HSL | 341.46º | 0.99% | 0.49% | - |
| HSV(B) | 341.46º | 1% | 0.97% | - |
| XYZ | 39.71 | 20.33 | 8.85 | - |
| YUV | 83.22 | 124.5 | 244.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 77 | 0 | 1.00 | 0.69 | 0.03 | 341.46 | 0.99 | 0.49 |
| Hex | F7 | 1 | 4D | 0 | 64 | 45 | 3 | 155 | 63 | 31 |
| Octal | 367 | 1 | 115 | 0 | 144 | 105 | 3 | 525 | 143 | 61 |
| Binary | 11110111 | 1 | 1001101 | 0 | 1100100 | 1000101 | 11 | 101010101 | 1100011 | 110001 |
Color Harmonies of #F7014D
Complementary color
Monochromatic Colors of #F7014D
Black with #F7014D
Text Example
Text Example
White with #F7014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7014D; }
p { color: rgb(247,1,77); }
H1.HeaderClassName
{
color: #F7014D;
}
.AnyTagClassName
{
color: #F7014D;
}
</style>
background-color css
<style>
a { background-color: #F7014D; }
a { background-color: rgb(247,1,77); }
div.DivClassName
{
background-color: #F7014D;
}
.BgClassName
{
background-color: #F7014D;
}
</style>
border-color css
<style>
span { border-color: #F7014D; }
span { border-color: rgb(247,1,77); }
td.TdClassName
{
border-color: #F7014D;
}
.TagClassName
{
border-color: #F7014D;
}
</style>