Shades of Razzmatazz #F8145D
Tints of Razzmatazz #F8145D
RGB
CMYK
RGB Variations
Color information
#F8145D (or 0xF8145D) is known color: Razzmatazz. HEX triplet: F8, 14 and 5D. RGB value is (248,20,93). Sum of RGB (Red+Green+Blue) = 248+20+93=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F8145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8145D is #07EBA2. Grayscale: #606060. Windows color (decimal): -519075 or 6100216. OLE color: 6100216.
HSL color Cylindrical-coordinate representation of color #F8145D: hue angle of 340.79º 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 #F8145D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.03 |
| HSL | 340.79º | 0.94% | 0.53% | - |
| HSV(B) | 340.79º | 0.92% | 0.97% | - |
| XYZ | 40.94 | 21.25 | 12.3 | - |
| YUV | 96.49 | 126.04 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 93 | 0 | 0.92 | 0.62 | 0.03 | 340.79 | 0.94 | 0.53 |
| Hex | F8 | 14 | 5D | 0 | 5C | 3E | 3 | 155 | 5E | 35 |
| Octal | 370 | 24 | 135 | 0 | 134 | 76 | 3 | 525 | 136 | 65 |
| Binary | 11111000 | 10100 | 1011101 | 0 | 1011100 | 111110 | 11 | 101010101 | 1011110 | 110101 |
Color Harmonies of #F8145D
Complementary color
Monochromatic Colors of #F8145D
Black with #F8145D
Text Example
Text Example
White with #F8145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8145D; }
p { color: rgb(248,20,93); }
H1.HeaderClassName
{
color: #F8145D;
}
.AnyTagClassName
{
color: #F8145D;
}
</style>
background-color css
<style>
a { background-color: #F8145D; }
a { background-color: rgb(248,20,93); }
div.DivClassName
{
background-color: #F8145D;
}
.BgClassName
{
background-color: #F8145D;
}
</style>
border-color css
<style>
span { border-color: #F8145D; }
span { border-color: rgb(248,20,93); }
td.TdClassName
{
border-color: #F8145D;
}
.TagClassName
{
border-color: #F8145D;
}
</style>