Shades of Razzmatazz #F4144F
Tints of Razzmatazz #F4144F
RGB
CMYK
RGB Variations
Color information
#F4144F (or 0xF4144F) is known color: Razzmatazz. HEX triplet: F4, 14 and 4F. RGB value is (244,20,79). Sum of RGB (Red+Green+Blue) = 244+20+79=343 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.14% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 244 - color contains mainly: red. Hex color #F4144F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4144F is #0BEBB0. Grayscale: #5D5D5D. Windows color (decimal): -781233 or 5182708. OLE color: 5182708.
HSL color Cylindrical-coordinate representation of color #F4144F: hue angle of 344.2º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4144F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 79 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.04 |
| HSL | 344.2º | 0.91% | 0.52% | - |
| HSV(B) | 344.2º | 0.92% | 0.96% | - |
| XYZ | 38.97 | 20.3 | 9.26 | - |
| YUV | 93.7 | 119.71 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 79 | 0 | 0.92 | 0.68 | 0.04 | 344.2 | 0.91 | 0.52 |
| Hex | F4 | 14 | 4F | 0 | 5C | 44 | 4 | 158 | 5B | 34 |
| Octal | 364 | 24 | 117 | 0 | 134 | 104 | 4 | 530 | 133 | 64 |
| Binary | 11110100 | 10100 | 1001111 | 0 | 1011100 | 1000100 | 100 | 101011000 | 1011011 | 110100 |
Color Harmonies of #F4144F
Complementary color
Monochromatic Colors of #F4144F
Black with #F4144F
Text Example
Text Example
White with #F4144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4144F; }
p { color: rgb(244,20,79); }
H1.HeaderClassName
{
color: #F4144F;
}
.AnyTagClassName
{
color: #F4144F;
}
</style>
background-color css
<style>
a { background-color: #F4144F; }
a { background-color: rgb(244,20,79); }
div.DivClassName
{
background-color: #F4144F;
}
.BgClassName
{
background-color: #F4144F;
}
</style>
border-color css
<style>
span { border-color: #F4144F; }
span { border-color: rgb(244,20,79); }
td.TdClassName
{
border-color: #F4144F;
}
.TagClassName
{
border-color: #F4144F;
}
</style>