Shades of Razzmatazz #F8145A
Tints of Razzmatazz #F8145A
RGB
CMYK
RGB Variations
Color information
#F8145A (or 0xF8145A) is known color: Razzmatazz. HEX triplet: F8, 14 and 5A. RGB value is (248,20,90). Sum of RGB (Red+Green+Blue) = 248+20+90=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8145A is #07EBA5. Grayscale: #606060. Windows color (decimal): -519078 or 5903608. OLE color: 5903608.
HSL color Cylindrical-coordinate representation of color #F8145A: hue angle of 341.58º 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 #F8145A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 90 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.03 |
| HSL | 341.58º | 0.94% | 0.53% | - |
| HSV(B) | 341.58º | 0.92% | 0.97% | - |
| XYZ | 40.81 | 21.19 | 11.61 | - |
| YUV | 96.15 | 124.54 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 90 | 0 | 0.92 | 0.64 | 0.03 | 341.58 | 0.94 | 0.53 |
| Hex | F8 | 14 | 5A | 0 | 5C | 40 | 3 | 156 | 5E | 35 |
| Octal | 370 | 24 | 132 | 0 | 134 | 100 | 3 | 526 | 136 | 65 |
| Binary | 11111000 | 10100 | 1011010 | 0 | 1011100 | 1000000 | 11 | 101010110 | 1011110 | 110101 |
Color Harmonies of #F8145A
Complementary color
Monochromatic Colors of #F8145A
Black with #F8145A
Text Example
Text Example
White with #F8145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8145A; }
p { color: rgb(248,20,90); }
H1.HeaderClassName
{
color: #F8145A;
}
.AnyTagClassName
{
color: #F8145A;
}
</style>
background-color css
<style>
a { background-color: #F8145A; }
a { background-color: rgb(248,20,90); }
div.DivClassName
{
background-color: #F8145A;
}
.BgClassName
{
background-color: #F8145A;
}
</style>
border-color css
<style>
span { border-color: #F8145A; }
span { border-color: rgb(248,20,90); }
td.TdClassName
{
border-color: #F8145A;
}
.TagClassName
{
border-color: #F8145A;
}
</style>