Shades of Razzmatazz #F5085B
Tints of Razzmatazz #F5085B
RGB
CMYK
RGB Variations
Color information
#F5085B (or 0xF5085B) is known color: Razzmatazz. HEX triplet: F5, 08 and 5B. RGB value is (245,8,91). Sum of RGB (Red+Green+Blue) = 245+8+91=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5085B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5085B is #0AF7A4. Grayscale: #585858. Windows color (decimal): -718757 or 5966069. OLE color: 5966069.
HSL color Cylindrical-coordinate representation of color #F5085B: hue angle of 338.99º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5085B is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 91 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.04 |
| HSL | 338.99º | 0.94% | 0.5% | - |
| HSV(B) | 338.99º | 0.97% | 0.96% | - |
| XYZ | 39.63 | 20.34 | 11.74 | - |
| YUV | 88.33 | 129.52 | 239.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 91 | 0 | 0.97 | 0.63 | 0.04 | 338.99 | 0.94 | 0.5 |
| Hex | F5 | 8 | 5B | 0 | 61 | 3F | 4 | 153 | 5E | 32 |
| Octal | 365 | 10 | 133 | 0 | 141 | 77 | 4 | 523 | 136 | 62 |
| Binary | 11110101 | 1000 | 1011011 | 0 | 1100001 | 111111 | 100 | 101010011 | 1011110 | 110010 |
Color Harmonies of #F5085B
Complementary color
Monochromatic Colors of #F5085B
Black with #F5085B
Text Example
Text Example
White with #F5085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5085B; }
p { color: rgb(245,8,91); }
H1.HeaderClassName
{
color: #F5085B;
}
.AnyTagClassName
{
color: #F5085B;
}
</style>
background-color css
<style>
a { background-color: #F5085B; }
a { background-color: rgb(245,8,91); }
div.DivClassName
{
background-color: #F5085B;
}
.BgClassName
{
background-color: #F5085B;
}
</style>
border-color css
<style>
span { border-color: #F5085B; }
span { border-color: rgb(245,8,91); }
td.TdClassName
{
border-color: #F5085B;
}
.TagClassName
{
border-color: #F5085B;
}
</style>