Shades of Razzmatazz #F9026D
Tints of Razzmatazz #F9026D
RGB
CMYK
RGB Variations
Color information
#F9026D (or 0xF9026D) is known color: Razzmatazz. HEX triplet: F9, 02 and 6D. RGB value is (249,2,109). Sum of RGB (Red+Green+Blue) = 249+2+109=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9026D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9026D is #06FD92. Grayscale: #575757. Windows color (decimal): -458131 or 7144185. OLE color: 7144185.
HSL color Cylindrical-coordinate representation of color #F9026D: hue angle of 334.01º 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 #F9026D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.02 |
| HSL | 334.01º | 0.98% | 0.49% | - |
| HSV(B) | 334.01º | 0.99% | 0.98% | - |
| XYZ | 41.85 | 21.29 | 16.37 | - |
| YUV | 88.05 | 139.83 | 242.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 109 | 0 | 0.99 | 0.56 | 0.02 | 334.01 | 0.98 | 0.49 |
| Hex | F9 | 2 | 6D | 0 | 63 | 38 | 2 | 14E | 62 | 31 |
| Octal | 371 | 2 | 155 | 0 | 143 | 70 | 2 | 516 | 142 | 61 |
| Binary | 11111001 | 10 | 1101101 | 0 | 1100011 | 111000 | 10 | 101001110 | 1100010 | 110001 |
Color Harmonies of #F9026D
Complementary color
Monochromatic Colors of #F9026D
Black with #F9026D
Text Example
Text Example
White with #F9026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9026D; }
p { color: rgb(249,2,109); }
H1.HeaderClassName
{
color: #F9026D;
}
.AnyTagClassName
{
color: #F9026D;
}
</style>
background-color css
<style>
a { background-color: #F9026D; }
a { background-color: rgb(249,2,109); }
div.DivClassName
{
background-color: #F9026D;
}
.BgClassName
{
background-color: #F9026D;
}
</style>
border-color css
<style>
span { border-color: #F9026D; }
span { border-color: rgb(249,2,109); }
td.TdClassName
{
border-color: #F9026D;
}
.TagClassName
{
border-color: #F9026D;
}
</style>