Shades of Razzmatazz #F4095D
Tints of Razzmatazz #F4095D
RGB
CMYK
RGB Variations
Color information
#F4095D (or 0xF4095D) is known color: Razzmatazz. HEX triplet: F4, 09 and 5D. RGB value is (244,9,93). Sum of RGB (Red+Green+Blue) = 244+9+93=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F4095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4095D is #0BF6A2. Grayscale: #585858. Windows color (decimal): -784035 or 6097396. OLE color: 6097396.
HSL color Cylindrical-coordinate representation of color #F4095D: hue angle of 338.55º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4095D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.04 |
| HSL | 338.55º | 0.93% | 0.5% | - |
| HSV(B) | 338.55º | 0.96% | 0.96% | - |
| XYZ | 39.38 | 20.22 | 12.18 | - |
| YUV | 88.84 | 130.36 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 93 | 0 | 0.96 | 0.62 | 0.04 | 338.55 | 0.93 | 0.5 |
| Hex | F4 | 9 | 5D | 0 | 60 | 3E | 4 | 153 | 5D | 32 |
| Octal | 364 | 11 | 135 | 0 | 140 | 76 | 4 | 523 | 135 | 62 |
| Binary | 11110100 | 1001 | 1011101 | 0 | 1100000 | 111110 | 100 | 101010011 | 1011101 | 110010 |
Color Harmonies of #F4095D
Complementary color
Monochromatic Colors of #F4095D
Black with #F4095D
Text Example
Text Example
White with #F4095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4095D; }
p { color: rgb(244,9,93); }
H1.HeaderClassName
{
color: #F4095D;
}
.AnyTagClassName
{
color: #F4095D;
}
</style>
background-color css
<style>
a { background-color: #F4095D; }
a { background-color: rgb(244,9,93); }
div.DivClassName
{
background-color: #F4095D;
}
.BgClassName
{
background-color: #F4095D;
}
</style>
border-color css
<style>
span { border-color: #F4095D; }
span { border-color: rgb(244,9,93); }
td.TdClassName
{
border-color: #F4095D;
}
.TagClassName
{
border-color: #F4095D;
}
</style>