Shades of Razzmatazz #F4154D
Tints of Razzmatazz #F4154D
RGB
CMYK
RGB Variations
Color information
#F4154D (or 0xF4154D) is known color: Razzmatazz. HEX triplet: F4, 15 and 4D. RGB value is (244,21,77). Sum of RGB (Red+Green+Blue) = 244+21+77=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F4154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4154D is #0BEAB2. Grayscale: #5E5E5E. Windows color (decimal): -780979 or 5051892. OLE color: 5051892.
HSL color Cylindrical-coordinate representation of color #F4154D: hue angle of 344.93º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4154D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.04 |
| HSL | 344.93º | 0.91% | 0.52% | - |
| HSV(B) | 344.93º | 0.91% | 0.96% | - |
| XYZ | 38.92 | 20.31 | 8.89 | - |
| YUV | 94.06 | 118.38 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 77 | 0 | 0.91 | 0.68 | 0.04 | 344.93 | 0.91 | 0.52 |
| Hex | F4 | 15 | 4D | 0 | 5B | 44 | 4 | 159 | 5B | 34 |
| Octal | 364 | 25 | 115 | 0 | 133 | 104 | 4 | 531 | 133 | 64 |
| Binary | 11110100 | 10101 | 1001101 | 0 | 1011011 | 1000100 | 100 | 101011001 | 1011011 | 110100 |
Color Harmonies of #F4154D
Complementary color
Monochromatic Colors of #F4154D
Black with #F4154D
Text Example
Text Example
White with #F4154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4154D; }
p { color: rgb(244,21,77); }
H1.HeaderClassName
{
color: #F4154D;
}
.AnyTagClassName
{
color: #F4154D;
}
</style>
background-color css
<style>
a { background-color: #F4154D; }
a { background-color: rgb(244,21,77); }
div.DivClassName
{
background-color: #F4154D;
}
.BgClassName
{
background-color: #F4154D;
}
</style>
border-color css
<style>
span { border-color: #F4154D; }
span { border-color: rgb(244,21,77); }
td.TdClassName
{
border-color: #F4154D;
}
.TagClassName
{
border-color: #F4154D;
}
</style>