Shades of Razzmatazz #F5155B
Tints of Razzmatazz #F5155B
RGB
CMYK
RGB Variations
Color information
#F5155B (or 0xF5155B) is known color: Razzmatazz. HEX triplet: F5, 15 and 5B. RGB value is (245,21,91). Sum of RGB (Red+Green+Blue) = 245+21+91=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5155B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5155B is #0AEAA4. Grayscale: #5F5F5F. Windows color (decimal): -715429 or 5969397. OLE color: 5969397.
HSL color Cylindrical-coordinate representation of color #F5155B: hue angle of 341.25º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5155B is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 91 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.04 |
| HSL | 341.25º | 0.92% | 0.52% | - |
| HSV(B) | 341.25º | 0.91% | 0.96% | - |
| XYZ | 39.81 | 20.7 | 11.8 | - |
| YUV | 95.96 | 125.21 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 91 | 0 | 0.91 | 0.63 | 0.04 | 341.25 | 0.92 | 0.52 |
| Hex | F5 | 15 | 5B | 0 | 5B | 3F | 4 | 155 | 5C | 34 |
| Octal | 365 | 25 | 133 | 0 | 133 | 77 | 4 | 525 | 134 | 64 |
| Binary | 11110101 | 10101 | 1011011 | 0 | 1011011 | 111111 | 100 | 101010101 | 1011100 | 110100 |
Color Harmonies of #F5155B
Complementary color
Monochromatic Colors of #F5155B
Black with #F5155B
Text Example
Text Example
White with #F5155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5155B; }
p { color: rgb(245,21,91); }
H1.HeaderClassName
{
color: #F5155B;
}
.AnyTagClassName
{
color: #F5155B;
}
</style>
background-color css
<style>
a { background-color: #F5155B; }
a { background-color: rgb(245,21,91); }
div.DivClassName
{
background-color: #F5155B;
}
.BgClassName
{
background-color: #F5155B;
}
</style>
border-color css
<style>
span { border-color: #F5155B; }
span { border-color: rgb(245,21,91); }
td.TdClassName
{
border-color: #F5155B;
}
.TagClassName
{
border-color: #F5155B;
}
</style>