Shades of Razzmatazz #F4095C
Tints of Razzmatazz #F4095C
RGB
CMYK
RGB Variations
Color information
#F4095C (or 0xF4095C) is known color: Razzmatazz. HEX triplet: F4, 09 and 5C. RGB value is (244,9,92). Sum of RGB (Red+Green+Blue) = 244+9+92=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F4095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4095C is #0BF6A3. Grayscale: #585858. Windows color (decimal): -784036 or 6031860. OLE color: 6031860.
HSL color Cylindrical-coordinate representation of color #F4095C: hue angle of 338.81º 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 #F4095C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.04 |
| HSL | 338.81º | 0.93% | 0.5% | - |
| HSV(B) | 338.81º | 0.96% | 0.96% | - |
| XYZ | 39.34 | 20.2 | 11.95 | - |
| YUV | 88.73 | 129.86 | 238.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 92 | 0 | 0.96 | 0.62 | 0.04 | 338.81 | 0.93 | 0.5 |
| Hex | F4 | 9 | 5C | 0 | 60 | 3E | 4 | 153 | 5D | 32 |
| Octal | 364 | 11 | 134 | 0 | 140 | 76 | 4 | 523 | 135 | 62 |
| Binary | 11110100 | 1001 | 1011100 | 0 | 1100000 | 111110 | 100 | 101010011 | 1011101 | 110010 |
Color Harmonies of #F4095C
Complementary color
Monochromatic Colors of #F4095C
Black with #F4095C
Text Example
Text Example
White with #F4095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4095C; }
p { color: rgb(244,9,92); }
H1.HeaderClassName
{
color: #F4095C;
}
.AnyTagClassName
{
color: #F4095C;
}
</style>
background-color css
<style>
a { background-color: #F4095C; }
a { background-color: rgb(244,9,92); }
div.DivClassName
{
background-color: #F4095C;
}
.BgClassName
{
background-color: #F4095C;
}
</style>
border-color css
<style>
span { border-color: #F4095C; }
span { border-color: rgb(244,9,92); }
td.TdClassName
{
border-color: #F4095C;
}
.TagClassName
{
border-color: #F4095C;
}
</style>