Shades of Razzmatazz #F9014E
Tints of Razzmatazz #F9014E
RGB
CMYK
RGB Variations
Color information
#F9014E (or 0xF9014E) is known color: Razzmatazz. HEX triplet: F9, 01 and 4E. RGB value is (249,1,78). Sum of RGB (Red+Green+Blue) = 249+1+78=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F9014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9014E is #06FEB1. Grayscale: #535353. Windows color (decimal): -458418 or 5112313. OLE color: 5112313.
HSL color Cylindrical-coordinate representation of color #F9014E: hue angle of 341.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9014E is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.02 |
| HSL | 341.37º | 0.99% | 0.49% | - |
| HSV(B) | 341.37º | 1% | 0.98% | - |
| XYZ | 40.45 | 20.71 | 9.07 | - |
| YUV | 83.93 | 124.66 | 245.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 78 | 0 | 1.00 | 0.69 | 0.02 | 341.37 | 0.99 | 0.49 |
| Hex | F9 | 1 | 4E | 0 | 64 | 45 | 2 | 155 | 63 | 31 |
| Octal | 371 | 1 | 116 | 0 | 144 | 105 | 2 | 525 | 143 | 61 |
| Binary | 11111001 | 1 | 1001110 | 0 | 1100100 | 1000101 | 10 | 101010101 | 1100011 | 110001 |
Color Harmonies of #F9014E
Complementary color
Monochromatic Colors of #F9014E
Black with #F9014E
Text Example
Text Example
White with #F9014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9014E; }
p { color: rgb(249,1,78); }
H1.HeaderClassName
{
color: #F9014E;
}
.AnyTagClassName
{
color: #F9014E;
}
</style>
background-color css
<style>
a { background-color: #F9014E; }
a { background-color: rgb(249,1,78); }
div.DivClassName
{
background-color: #F9014E;
}
.BgClassName
{
background-color: #F9014E;
}
</style>
border-color css
<style>
span { border-color: #F9014E; }
span { border-color: rgb(249,1,78); }
td.TdClassName
{
border-color: #F9014E;
}
.TagClassName
{
border-color: #F9014E;
}
</style>