Shades of Razzmatazz #F0044B
Tints of Razzmatazz #F0044B
RGB
CMYK
RGB Variations
Color information
#F0044B (or 0xF0044B) is known color: Razzmatazz. HEX triplet: F0, 04 and 4B. RGB value is (240,4,75). Sum of RGB (Red+Green+Blue) = 240+4+75=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0044B is #0FFBB4. Grayscale: #525252. Windows color (decimal): -1047477 or 4916464. OLE color: 4916464.
HSL color Cylindrical-coordinate representation of color #F0044B: hue angle of 341.95º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0044B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.06 |
| HSL | 341.95º | 0.97% | 0.48% | - |
| HSV(B) | 341.95º | 0.98% | 0.94% | - |
| XYZ | 37.25 | 19.12 | 8.38 | - |
| YUV | 82.66 | 123.69 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 75 | 0 | 0.98 | 0.69 | 0.06 | 341.95 | 0.97 | 0.48 |
| Hex | F0 | 4 | 4B | 0 | 62 | 45 | 6 | 156 | 61 | 30 |
| Octal | 360 | 4 | 113 | 0 | 142 | 105 | 6 | 526 | 141 | 60 |
| Binary | 11110000 | 100 | 1001011 | 0 | 1100010 | 1000101 | 110 | 101010110 | 1100001 | 110000 |
Color Harmonies of #F0044B
Complementary color
Monochromatic Colors of #F0044B
Black with #F0044B
Text Example
Text Example
White with #F0044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0044B; }
p { color: rgb(240,4,75); }
H1.HeaderClassName
{
color: #F0044B;
}
.AnyTagClassName
{
color: #F0044B;
}
</style>
background-color css
<style>
a { background-color: #F0044B; }
a { background-color: rgb(240,4,75); }
div.DivClassName
{
background-color: #F0044B;
}
.BgClassName
{
background-color: #F0044B;
}
</style>
border-color css
<style>
span { border-color: #F0044B; }
span { border-color: rgb(240,4,75); }
td.TdClassName
{
border-color: #F0044B;
}
.TagClassName
{
border-color: #F0044B;
}
</style>