Shades of Razzmatazz #F4175D
Tints of Razzmatazz #F4175D
RGB
CMYK
RGB Variations
Color information
#F4175D (or 0xF4175D) is known color: Razzmatazz. HEX triplet: F4, 17 and 5D. RGB value is (244,23,93). Sum of RGB (Red+Green+Blue) = 244+23+93=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F4175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4175D is #0BE8A2. Grayscale: #616161. Windows color (decimal): -780451 or 6100980. OLE color: 6100980.
HSL color Cylindrical-coordinate representation of color #F4175D: hue angle of 341º 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 #F4175D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 93 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.04 |
| HSL | 341º | 0.91% | 0.52% | - |
| HSV(B) | 341º | 0.91% | 0.96% | - |
| XYZ | 39.59 | 20.64 | 12.25 | - |
| YUV | 97.06 | 125.72 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 93 | 0 | 0.91 | 0.62 | 0.04 | 341 | 0.91 | 0.52 |
| Hex | F4 | 17 | 5D | 0 | 5B | 3E | 4 | 155 | 5B | 34 |
| Octal | 364 | 27 | 135 | 0 | 133 | 76 | 4 | 525 | 133 | 64 |
| Binary | 11110100 | 10111 | 1011101 | 0 | 1011011 | 111110 | 100 | 101010101 | 1011011 | 110100 |
Color Harmonies of #F4175D
Complementary color
Monochromatic Colors of #F4175D
Black with #F4175D
Text Example
Text Example
White with #F4175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4175D; }
p { color: rgb(244,23,93); }
H1.HeaderClassName
{
color: #F4175D;
}
.AnyTagClassName
{
color: #F4175D;
}
</style>
background-color css
<style>
a { background-color: #F4175D; }
a { background-color: rgb(244,23,93); }
div.DivClassName
{
background-color: #F4175D;
}
.BgClassName
{
background-color: #F4175D;
}
</style>
border-color css
<style>
span { border-color: #F4175D; }
span { border-color: rgb(244,23,93); }
td.TdClassName
{
border-color: #F4175D;
}
.TagClassName
{
border-color: #F4175D;
}
</style>