Shades of Razzmatazz #F4115A
Tints of Razzmatazz #F4115A
RGB
CMYK
RGB Variations
Color information
#F4115A (or 0xF4115A) is known color: Razzmatazz. HEX triplet: F4, 11 and 5A. RGB value is (244,17,90). Sum of RGB (Red+Green+Blue) = 244+17+90=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F4115A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4115A is #0BEEA5. Grayscale: #5D5D5D. Windows color (decimal): -781990 or 5902836. OLE color: 5902836.
HSL color Cylindrical-coordinate representation of color #F4115A: hue angle of 340.7º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4115A is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 90 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.04 |
| HSL | 340.7º | 0.91% | 0.51% | - |
| HSV(B) | 340.7º | 0.93% | 0.96% | - |
| XYZ | 39.35 | 20.37 | 11.53 | - |
| YUV | 93.2 | 126.21 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 90 | 0 | 0.93 | 0.63 | 0.04 | 340.7 | 0.91 | 0.51 |
| Hex | F4 | 11 | 5A | 0 | 5D | 3F | 4 | 155 | 5B | 33 |
| Octal | 364 | 21 | 132 | 0 | 135 | 77 | 4 | 525 | 133 | 63 |
| Binary | 11110100 | 10001 | 1011010 | 0 | 1011101 | 111111 | 100 | 101010101 | 1011011 | 110011 |
Color Harmonies of #F4115A
Complementary color
Monochromatic Colors of #F4115A
Black with #F4115A
Text Example
Text Example
White with #F4115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4115A; }
p { color: rgb(244,17,90); }
H1.HeaderClassName
{
color: #F4115A;
}
.AnyTagClassName
{
color: #F4115A;
}
</style>
background-color css
<style>
a { background-color: #F4115A; }
a { background-color: rgb(244,17,90); }
div.DivClassName
{
background-color: #F4115A;
}
.BgClassName
{
background-color: #F4115A;
}
</style>
border-color css
<style>
span { border-color: #F4115A; }
span { border-color: rgb(244,17,90); }
td.TdClassName
{
border-color: #F4115A;
}
.TagClassName
{
border-color: #F4115A;
}
</style>