Shades of Razzmatazz #F9024E
Tints of Razzmatazz #F9024E
RGB
CMYK
RGB Variations
Color information
#F9024E (or 0xF9024E) is known color: Razzmatazz. HEX triplet: F9, 02 and 4E. RGB value is (249,2,78). Sum of RGB (Red+Green+Blue) = 249+2+78=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9024E is #06FDB1. Grayscale: #545454. Windows color (decimal): -458162 or 5112569. OLE color: 5112569.
HSL color Cylindrical-coordinate representation of color #F9024E: hue angle of 341.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9024E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.02 |
| HSL | 341.54º | 0.98% | 0.49% | - |
| HSV(B) | 341.54º | 0.99% | 0.98% | - |
| XYZ | 40.46 | 20.73 | 9.08 | - |
| YUV | 84.52 | 124.33 | 245.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 78 | 0 | 0.99 | 0.69 | 0.02 | 341.54 | 0.98 | 0.49 |
| Hex | F9 | 2 | 4E | 0 | 63 | 45 | 2 | 156 | 62 | 31 |
| Octal | 371 | 2 | 116 | 0 | 143 | 105 | 2 | 526 | 142 | 61 |
| Binary | 11111001 | 10 | 1001110 | 0 | 1100011 | 1000101 | 10 | 101010110 | 1100010 | 110001 |
Color Harmonies of #F9024E
Complementary color
Monochromatic Colors of #F9024E
Black with #F9024E
Text Example
Text Example
White with #F9024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9024E; }
p { color: rgb(249,2,78); }
H1.HeaderClassName
{
color: #F9024E;
}
.AnyTagClassName
{
color: #F9024E;
}
</style>
background-color css
<style>
a { background-color: #F9024E; }
a { background-color: rgb(249,2,78); }
div.DivClassName
{
background-color: #F9024E;
}
.BgClassName
{
background-color: #F9024E;
}
</style>
border-color css
<style>
span { border-color: #F9024E; }
span { border-color: rgb(249,2,78); }
td.TdClassName
{
border-color: #F9024E;
}
.TagClassName
{
border-color: #F9024E;
}
</style>