Shades of Razzmatazz #F4085C
Tints of Razzmatazz #F4085C
RGB
CMYK
RGB Variations
Color information
#F4085C (or 0xF4085C) is known color: Razzmatazz. HEX triplet: F4, 08 and 5C. RGB value is (244,8,92). Sum of RGB (Red+Green+Blue) = 244+8+92=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F4085C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4085C is #0BF7A3. Grayscale: #585858. Windows color (decimal): -784292 or 6031604. OLE color: 6031604.
HSL color Cylindrical-coordinate representation of color #F4085C: hue angle of 338.64º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4085C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 92 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.04 |
| HSL | 338.64º | 0.94% | 0.49% | - |
| HSV(B) | 338.64º | 0.97% | 0.96% | - |
| XYZ | 39.33 | 20.18 | 11.95 | - |
| YUV | 88.14 | 130.19 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 92 | 0 | 0.97 | 0.62 | 0.04 | 338.64 | 0.94 | 0.49 |
| Hex | F4 | 8 | 5C | 0 | 61 | 3E | 4 | 153 | 5E | 31 |
| Octal | 364 | 10 | 134 | 0 | 141 | 76 | 4 | 523 | 136 | 61 |
| Binary | 11110100 | 1000 | 1011100 | 0 | 1100001 | 111110 | 100 | 101010011 | 1011110 | 110001 |
Color Harmonies of #F4085C
Complementary color
Monochromatic Colors of #F4085C
Black with #F4085C
Text Example
Text Example
White with #F4085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4085C; }
p { color: rgb(244,8,92); }
H1.HeaderClassName
{
color: #F4085C;
}
.AnyTagClassName
{
color: #F4085C;
}
</style>
background-color css
<style>
a { background-color: #F4085C; }
a { background-color: rgb(244,8,92); }
div.DivClassName
{
background-color: #F4085C;
}
.BgClassName
{
background-color: #F4085C;
}
</style>
border-color css
<style>
span { border-color: #F4085C; }
span { border-color: rgb(244,8,92); }
td.TdClassName
{
border-color: #F4085C;
}
.TagClassName
{
border-color: #F4085C;
}
</style>