Shades of Razzmatazz #F8045D
Tints of Razzmatazz #F8045D
RGB
CMYK
RGB Variations
Color information
#F8045D (or 0xF8045D) is known color: Razzmatazz. HEX triplet: F8, 04 and 5D. RGB value is (248,4,93). Sum of RGB (Red+Green+Blue) = 248+4+93=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8045D is #07FBA2. Grayscale: #565656. Windows color (decimal): -523171 or 6096120. OLE color: 6096120.
HSL color Cylindrical-coordinate representation of color #F8045D: hue angle of 338.11º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8045D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.03 |
| HSL | 338.11º | 0.97% | 0.49% | - |
| HSV(B) | 338.11º | 0.98% | 0.97% | - |
| XYZ | 40.73 | 20.83 | 12.23 | - |
| YUV | 87.1 | 131.34 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 93 | 0 | 0.98 | 0.62 | 0.03 | 338.11 | 0.97 | 0.49 |
| Hex | F8 | 4 | 5D | 0 | 62 | 3E | 3 | 152 | 61 | 31 |
| Octal | 370 | 4 | 135 | 0 | 142 | 76 | 3 | 522 | 141 | 61 |
| Binary | 11111000 | 100 | 1011101 | 0 | 1100010 | 111110 | 11 | 101010010 | 1100001 | 110001 |
Color Harmonies of #F8045D
Complementary color
Monochromatic Colors of #F8045D
Black with #F8045D
Text Example
Text Example
White with #F8045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8045D; }
p { color: rgb(248,4,93); }
H1.HeaderClassName
{
color: #F8045D;
}
.AnyTagClassName
{
color: #F8045D;
}
</style>
background-color css
<style>
a { background-color: #F8045D; }
a { background-color: rgb(248,4,93); }
div.DivClassName
{
background-color: #F8045D;
}
.BgClassName
{
background-color: #F8045D;
}
</style>
border-color css
<style>
span { border-color: #F8045D; }
span { border-color: rgb(248,4,93); }
td.TdClassName
{
border-color: #F8045D;
}
.TagClassName
{
border-color: #F8045D;
}
</style>