Shades of Razzmatazz #F4145D
Tints of Razzmatazz #F4145D
RGB
CMYK
RGB Variations
Color information
#F4145D (or 0xF4145D) is known color: Razzmatazz. HEX triplet: F4, 14 and 5D. RGB value is (244,20,93). Sum of RGB (Red+Green+Blue) = 244+20+93=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F4145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4145D is #0BEBA2. Grayscale: #5F5F5F. Windows color (decimal): -781219 or 6100212. OLE color: 6100212.
HSL color Cylindrical-coordinate representation of color #F4145D: hue angle of 340.45º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4145D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.04 |
| HSL | 340.45º | 0.91% | 0.52% | - |
| HSV(B) | 340.45º | 0.92% | 0.96% | - |
| XYZ | 39.53 | 20.52 | 12.23 | - |
| YUV | 95.3 | 126.71 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 93 | 0 | 0.92 | 0.62 | 0.04 | 340.45 | 0.91 | 0.52 |
| Hex | F4 | 14 | 5D | 0 | 5C | 3E | 4 | 154 | 5B | 34 |
| Octal | 364 | 24 | 135 | 0 | 134 | 76 | 4 | 524 | 133 | 64 |
| Binary | 11110100 | 10100 | 1011101 | 0 | 1011100 | 111110 | 100 | 101010100 | 1011011 | 110100 |
Color Harmonies of #F4145D
Complementary color
Monochromatic Colors of #F4145D
Black with #F4145D
Text Example
Text Example
White with #F4145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4145D; }
p { color: rgb(244,20,93); }
H1.HeaderClassName
{
color: #F4145D;
}
.AnyTagClassName
{
color: #F4145D;
}
</style>
background-color css
<style>
a { background-color: #F4145D; }
a { background-color: rgb(244,20,93); }
div.DivClassName
{
background-color: #F4145D;
}
.BgClassName
{
background-color: #F4145D;
}
</style>
border-color css
<style>
span { border-color: #F4145D; }
span { border-color: rgb(244,20,93); }
td.TdClassName
{
border-color: #F4145D;
}
.TagClassName
{
border-color: #F4145D;
}
</style>