Shades of Razzmatazz #F0094A
Tints of Razzmatazz #F0094A
RGB
CMYK
RGB Variations
Color information
#F0094A (or 0xF0094A) is known color: Razzmatazz. HEX triplet: F0, 09 and 4A. RGB value is (240,9,74). Sum of RGB (Red+Green+Blue) = 240+9+74=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0094A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0094A is #0FF6B5. Grayscale: #555555. Windows color (decimal): -1046198 or 4852208. OLE color: 4852208.
HSL color Cylindrical-coordinate representation of color #F0094A: hue angle of 343.12º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0094A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.06 |
| HSL | 343.12º | 0.93% | 0.49% | - |
| HSV(B) | 343.12º | 0.96% | 0.94% | - |
| XYZ | 37.27 | 19.22 | 8.22 | - |
| YUV | 85.48 | 121.53 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 74 | 0 | 0.96 | 0.69 | 0.06 | 343.12 | 0.93 | 0.49 |
| Hex | F0 | 9 | 4A | 0 | 60 | 45 | 6 | 157 | 5D | 31 |
| Octal | 360 | 11 | 112 | 0 | 140 | 105 | 6 | 527 | 135 | 61 |
| Binary | 11110000 | 1001 | 1001010 | 0 | 1100000 | 1000101 | 110 | 101010111 | 1011101 | 110001 |
Color Harmonies of #F0094A
Complementary color
Monochromatic Colors of #F0094A
Black with #F0094A
Text Example
Text Example
White with #F0094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0094A; }
p { color: rgb(240,9,74); }
H1.HeaderClassName
{
color: #F0094A;
}
.AnyTagClassName
{
color: #F0094A;
}
</style>
background-color css
<style>
a { background-color: #F0094A; }
a { background-color: rgb(240,9,74); }
div.DivClassName
{
background-color: #F0094A;
}
.BgClassName
{
background-color: #F0094A;
}
</style>
border-color css
<style>
span { border-color: #F0094A; }
span { border-color: rgb(240,9,74); }
td.TdClassName
{
border-color: #F0094A;
}
.TagClassName
{
border-color: #F0094A;
}
</style>