Shades of Razzmatazz #F4165C
Tints of Razzmatazz #F4165C
RGB
CMYK
RGB Variations
Color information
#F4165C (or 0xF4165C) is known color: Razzmatazz. HEX triplet: F4, 16 and 5C. RGB value is (244,22,92). Sum of RGB (Red+Green+Blue) = 244+22+92=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F4165C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4165C is #0BE9A3. Grayscale: #606060. Windows color (decimal): -780708 or 6035188. OLE color: 6035188.
HSL color Cylindrical-coordinate representation of color #F4165C: hue angle of 341.08º 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 #F4165C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 92 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.04 |
| HSL | 341.08º | 0.91% | 0.52% | - |
| HSV(B) | 341.08º | 0.91% | 0.96% | - |
| XYZ | 39.53 | 20.58 | 12.01 | - |
| YUV | 96.36 | 125.55 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 92 | 0 | 0.91 | 0.62 | 0.04 | 341.08 | 0.91 | 0.52 |
| Hex | F4 | 16 | 5C | 0 | 5B | 3E | 4 | 155 | 5B | 34 |
| Octal | 364 | 26 | 134 | 0 | 133 | 76 | 4 | 525 | 133 | 64 |
| Binary | 11110100 | 10110 | 1011100 | 0 | 1011011 | 111110 | 100 | 101010101 | 1011011 | 110100 |
Color Harmonies of #F4165C
Complementary color
Monochromatic Colors of #F4165C
Black with #F4165C
Text Example
Text Example
White with #F4165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4165C; }
p { color: rgb(244,22,92); }
H1.HeaderClassName
{
color: #F4165C;
}
.AnyTagClassName
{
color: #F4165C;
}
</style>
background-color css
<style>
a { background-color: #F4165C; }
a { background-color: rgb(244,22,92); }
div.DivClassName
{
background-color: #F4165C;
}
.BgClassName
{
background-color: #F4165C;
}
</style>
border-color css
<style>
span { border-color: #F4165C; }
span { border-color: rgb(244,22,92); }
td.TdClassName
{
border-color: #F4165C;
}
.TagClassName
{
border-color: #F4165C;
}
</style>