Shades of Razzmatazz #F0144E
Tints of Razzmatazz #F0144E
RGB
CMYK
RGB Variations
Color information
#F0144E (or 0xF0144E) is known color: Razzmatazz. HEX triplet: F0, 14 and 4E. RGB value is (240,20,78). Sum of RGB (Red+Green+Blue) = 240+20+78=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0144E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0144E is #0FEBB1. Grayscale: #5C5C5C. Windows color (decimal): -1043378 or 5117168. OLE color: 5117168.
HSL color Cylindrical-coordinate representation of color #F0144E: hue angle of 344.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0144E is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 78 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.06 |
| HSL | 344.18º | 0.88% | 0.51% | - |
| HSV(B) | 344.18º | 0.92% | 0.94% | - |
| XYZ | 37.56 | 19.58 | 9.01 | - |
| YUV | 92.39 | 119.89 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 78 | 0 | 0.92 | 0.68 | 0.06 | 344.18 | 0.88 | 0.51 |
| Hex | F0 | 14 | 4E | 0 | 5C | 44 | 6 | 158 | 58 | 33 |
| Octal | 360 | 24 | 116 | 0 | 134 | 104 | 6 | 530 | 130 | 63 |
| Binary | 11110000 | 10100 | 1001110 | 0 | 1011100 | 1000100 | 110 | 101011000 | 1011000 | 110011 |
Color Harmonies of #F0144E
Complementary color
Monochromatic Colors of #F0144E
Black with #F0144E
Text Example
Text Example
White with #F0144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0144E; }
p { color: rgb(240,20,78); }
H1.HeaderClassName
{
color: #F0144E;
}
.AnyTagClassName
{
color: #F0144E;
}
</style>
background-color css
<style>
a { background-color: #F0144E; }
a { background-color: rgb(240,20,78); }
div.DivClassName
{
background-color: #F0144E;
}
.BgClassName
{
background-color: #F0144E;
}
</style>
border-color css
<style>
span { border-color: #F0144E; }
span { border-color: rgb(240,20,78); }
td.TdClassName
{
border-color: #F0144E;
}
.TagClassName
{
border-color: #F0144E;
}
</style>