Shades of Razzmatazz #F0104A
Tints of Razzmatazz #F0104A
RGB
CMYK
RGB Variations
Color information
#F0104A (or 0xF0104A) is known color: Razzmatazz. HEX triplet: F0, 10 and 4A. RGB value is (240,16,74). Sum of RGB (Red+Green+Blue) = 240+16+74=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F0104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0104A is #0FEFB5. Grayscale: #595959. Windows color (decimal): -1044406 or 4854000. OLE color: 4854000.
HSL color Cylindrical-coordinate representation of color #F0104A: hue angle of 344.46º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0104A is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 74 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.06 |
| HSL | 344.46º | 0.88% | 0.5% | - |
| HSV(B) | 344.46º | 0.93% | 0.94% | - |
| XYZ | 37.36 | 19.39 | 8.25 | - |
| YUV | 89.59 | 119.21 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 74 | 0 | 0.93 | 0.69 | 0.06 | 344.46 | 0.88 | 0.5 |
| Hex | F0 | 10 | 4A | 0 | 5D | 45 | 6 | 158 | 58 | 32 |
| Octal | 360 | 20 | 112 | 0 | 135 | 105 | 6 | 530 | 130 | 62 |
| Binary | 11110000 | 10000 | 1001010 | 0 | 1011101 | 1000101 | 110 | 101011000 | 1011000 | 110010 |
Color Harmonies of #F0104A
Complementary color
Monochromatic Colors of #F0104A
Black with #F0104A
Text Example
Text Example
White with #F0104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0104A; }
p { color: rgb(240,16,74); }
H1.HeaderClassName
{
color: #F0104A;
}
.AnyTagClassName
{
color: #F0104A;
}
</style>
background-color css
<style>
a { background-color: #F0104A; }
a { background-color: rgb(240,16,74); }
div.DivClassName
{
background-color: #F0104A;
}
.BgClassName
{
background-color: #F0104A;
}
</style>
border-color css
<style>
span { border-color: #F0104A; }
span { border-color: rgb(240,16,74); }
td.TdClassName
{
border-color: #F0104A;
}
.TagClassName
{
border-color: #F0104A;
}
</style>