Shades of Razzmatazz #F4155C
Tints of Razzmatazz #F4155C
RGB
CMYK
RGB Variations
Color information
#F4155C (or 0xF4155C) is known color: Razzmatazz. HEX triplet: F4, 15 and 5C. RGB value is (244,21,92). Sum of RGB (Red+Green+Blue) = 244+21+92=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F4155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4155C is #0BEAA3. Grayscale: #5F5F5F. Windows color (decimal): -780964 or 6034932. OLE color: 6034932.
HSL color Cylindrical-coordinate representation of color #F4155C: hue angle of 340.9º 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 #F4155C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.04 |
| HSL | 340.9º | 0.91% | 0.52% | - |
| HSV(B) | 340.9º | 0.91% | 0.96% | - |
| XYZ | 39.51 | 20.54 | 12.01 | - |
| YUV | 95.77 | 125.88 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 92 | 0 | 0.91 | 0.62 | 0.04 | 340.9 | 0.91 | 0.52 |
| Hex | F4 | 15 | 5C | 0 | 5B | 3E | 4 | 155 | 5B | 34 |
| Octal | 364 | 25 | 134 | 0 | 133 | 76 | 4 | 525 | 133 | 64 |
| Binary | 11110100 | 10101 | 1011100 | 0 | 1011011 | 111110 | 100 | 101010101 | 1011011 | 110100 |
Color Harmonies of #F4155C
Complementary color
Monochromatic Colors of #F4155C
Black with #F4155C
Text Example
Text Example
White with #F4155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4155C; }
p { color: rgb(244,21,92); }
H1.HeaderClassName
{
color: #F4155C;
}
.AnyTagClassName
{
color: #F4155C;
}
</style>
background-color css
<style>
a { background-color: #F4155C; }
a { background-color: rgb(244,21,92); }
div.DivClassName
{
background-color: #F4155C;
}
.BgClassName
{
background-color: #F4155C;
}
</style>
border-color css
<style>
span { border-color: #F4155C; }
span { border-color: rgb(244,21,92); }
td.TdClassName
{
border-color: #F4155C;
}
.TagClassName
{
border-color: #F4155C;
}
</style>