Shades of Razzmatazz #F0085C
Tints of Razzmatazz #F0085C
RGB
CMYK
RGB Variations
Color information
#F0085C (or 0xF0085C) is known color: Razzmatazz. HEX triplet: F0, 08 and 5C. RGB value is (240,8,92). Sum of RGB (Red+Green+Blue) = 240+8+92=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0085C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0085C is #0FF7A3. Grayscale: #565656. Windows color (decimal): -1046436 or 6031600. OLE color: 6031600.
HSL color Cylindrical-coordinate representation of color #F0085C: hue angle of 338.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0085C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 92 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.06 |
| HSL | 338.28º | 0.94% | 0.49% | - |
| HSV(B) | 338.28º | 0.97% | 0.94% | - |
| XYZ | 37.95 | 19.47 | 11.88 | - |
| YUV | 86.94 | 130.86 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 92 | 0 | 0.97 | 0.62 | 0.06 | 338.28 | 0.94 | 0.49 |
| Hex | F0 | 8 | 5C | 0 | 61 | 3E | 6 | 152 | 5E | 31 |
| Octal | 360 | 10 | 134 | 0 | 141 | 76 | 6 | 522 | 136 | 61 |
| Binary | 11110000 | 1000 | 1011100 | 0 | 1100001 | 111110 | 110 | 101010010 | 1011110 | 110001 |
Color Harmonies of #F0085C
Complementary color
Monochromatic Colors of #F0085C
Black with #F0085C
Text Example
Text Example
White with #F0085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0085C; }
p { color: rgb(240,8,92); }
H1.HeaderClassName
{
color: #F0085C;
}
.AnyTagClassName
{
color: #F0085C;
}
</style>
background-color css
<style>
a { background-color: #F0085C; }
a { background-color: rgb(240,8,92); }
div.DivClassName
{
background-color: #F0085C;
}
.BgClassName
{
background-color: #F0085C;
}
</style>
border-color css
<style>
span { border-color: #F0085C; }
span { border-color: rgb(240,8,92); }
td.TdClassName
{
border-color: #F0085C;
}
.TagClassName
{
border-color: #F0085C;
}
</style>