Shades of Razzmatazz #F4155A
Tints of Razzmatazz #F4155A
RGB
CMYK
RGB Variations
Color information
#F4155A (or 0xF4155A) is known color: Razzmatazz. HEX triplet: F4, 15 and 5A. RGB value is (244,21,90). Sum of RGB (Red+Green+Blue) = 244+21+90=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4155A is #0BEAA5. Grayscale: #5F5F5F. Windows color (decimal): -780966 or 5903860. OLE color: 5903860.
HSL color Cylindrical-coordinate representation of color #F4155A: hue angle of 341.43º 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 #F4155A is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 90 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.04 |
| HSL | 341.44º | 0.91% | 0.52% | - |
| HSV(B) | 341.44º | 0.91% | 0.96% | - |
| XYZ | 39.42 | 20.51 | 11.55 | - |
| YUV | 95.54 | 124.88 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 90 | 0 | 0.91 | 0.63 | 0.04 | 341.44 | 0.91 | 0.52 |
| Hex | F4 | 15 | 5A | 0 | 5B | 3F | 4 | 155 | 5B | 34 |
| Octal | 364 | 25 | 132 | 0 | 133 | 77 | 4 | 525 | 133 | 64 |
| Binary | 11110100 | 10101 | 1011010 | 0 | 1011011 | 111111 | 100 | 101010101 | 1011011 | 110100 |
Color Harmonies of #F4155A
Complementary color
Monochromatic Colors of #F4155A
Black with #F4155A
Text Example
Text Example
White with #F4155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4155A; }
p { color: rgb(244,21,90); }
H1.HeaderClassName
{
color: #F4155A;
}
.AnyTagClassName
{
color: #F4155A;
}
</style>
background-color css
<style>
a { background-color: #F4155A; }
a { background-color: rgb(244,21,90); }
div.DivClassName
{
background-color: #F4155A;
}
.BgClassName
{
background-color: #F4155A;
}
</style>
border-color css
<style>
span { border-color: #F4155A; }
span { border-color: rgb(244,21,90); }
td.TdClassName
{
border-color: #F4155A;
}
.TagClassName
{
border-color: #F4155A;
}
</style>