Shades of Razzmatazz #F8155B
Tints of Razzmatazz #F8155B
RGB
CMYK
RGB Variations
Color information
#F8155B (or 0xF8155B) is known color: Razzmatazz. HEX triplet: F8, 15 and 5B. RGB value is (248,21,91). Sum of RGB (Red+Green+Blue) = 248+21+91=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8155B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8155B is #07EAA4. Grayscale: #606060. Windows color (decimal): -518821 or 5969400. OLE color: 5969400.
HSL color Cylindrical-coordinate representation of color #F8155B: hue angle of 341.5º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8155B is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 91 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.03 |
| HSL | 341.5º | 0.94% | 0.53% | - |
| HSV(B) | 341.5º | 0.92% | 0.97% | - |
| XYZ | 40.87 | 21.25 | 11.84 | - |
| YUV | 96.85 | 124.71 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 91 | 0 | 0.92 | 0.63 | 0.03 | 341.5 | 0.94 | 0.53 |
| Hex | F8 | 15 | 5B | 0 | 5C | 3F | 3 | 155 | 5E | 35 |
| Octal | 370 | 25 | 133 | 0 | 134 | 77 | 3 | 525 | 136 | 65 |
| Binary | 11111000 | 10101 | 1011011 | 0 | 1011100 | 111111 | 11 | 101010101 | 1011110 | 110101 |
Color Harmonies of #F8155B
Complementary color
Monochromatic Colors of #F8155B
Black with #F8155B
Text Example
Text Example
White with #F8155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8155B; }
p { color: rgb(248,21,91); }
H1.HeaderClassName
{
color: #F8155B;
}
.AnyTagClassName
{
color: #F8155B;
}
</style>
background-color css
<style>
a { background-color: #F8155B; }
a { background-color: rgb(248,21,91); }
div.DivClassName
{
background-color: #F8155B;
}
.BgClassName
{
background-color: #F8155B;
}
</style>
border-color css
<style>
span { border-color: #F8155B; }
span { border-color: rgb(248,21,91); }
td.TdClassName
{
border-color: #F8155B;
}
.TagClassName
{
border-color: #F8155B;
}
</style>