Shades of Razzmatazz #F4155B
Tints of Razzmatazz #F4155B
RGB
CMYK
RGB Variations
Color information
#F4155B (or 0xF4155B) is known color: Razzmatazz. HEX triplet: F4, 15 and 5B. RGB value is (244,21,91). Sum of RGB (Red+Green+Blue) = 244+21+91=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4155B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4155B is #0BEAA4. Grayscale: #5F5F5F. Windows color (decimal): -780965 or 5969396. OLE color: 5969396.
HSL color Cylindrical-coordinate representation of color #F4155B: hue angle of 341.17º 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 #F4155B is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 91 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.04 |
| HSL | 341.17º | 0.91% | 0.52% | - |
| HSV(B) | 341.17º | 0.91% | 0.96% | - |
| XYZ | 39.46 | 20.52 | 11.78 | - |
| YUV | 95.66 | 125.38 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 91 | 0 | 0.91 | 0.63 | 0.04 | 341.17 | 0.91 | 0.52 |
| Hex | F4 | 15 | 5B | 0 | 5B | 3F | 4 | 155 | 5B | 34 |
| Octal | 364 | 25 | 133 | 0 | 133 | 77 | 4 | 525 | 133 | 64 |
| Binary | 11110100 | 10101 | 1011011 | 0 | 1011011 | 111111 | 100 | 101010101 | 1011011 | 110100 |
Color Harmonies of #F4155B
Complementary color
Monochromatic Colors of #F4155B
Black with #F4155B
Text Example
Text Example
White with #F4155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4155B; }
p { color: rgb(244,21,91); }
H1.HeaderClassName
{
color: #F4155B;
}
.AnyTagClassName
{
color: #F4155B;
}
</style>
background-color css
<style>
a { background-color: #F4155B; }
a { background-color: rgb(244,21,91); }
div.DivClassName
{
background-color: #F4155B;
}
.BgClassName
{
background-color: #F4155B;
}
</style>
border-color css
<style>
span { border-color: #F4155B; }
span { border-color: rgb(244,21,91); }
td.TdClassName
{
border-color: #F4155B;
}
.TagClassName
{
border-color: #F4155B;
}
</style>