Shades of Razzmatazz #F8046A
Tints of Razzmatazz #F8046A
RGB
CMYK
RGB Variations
Color information
#F8046A (or 0xF8046A) is known color: Razzmatazz. HEX triplet: F8, 04 and 6A. RGB value is (248,4,106). Sum of RGB (Red+Green+Blue) = 248+4+106=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8046A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8046A is #07FB95. Grayscale: #585858. Windows color (decimal): -523158 or 6948088. OLE color: 6948088.
HSL color Cylindrical-coordinate representation of color #F8046A: hue angle of 334.92º 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 #F8046A is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.03 |
| HSL | 334.92º | 0.97% | 0.49% | - |
| HSV(B) | 334.92º | 0.98% | 0.97% | - |
| XYZ | 41.36 | 21.08 | 15.53 | - |
| YUV | 88.58 | 137.84 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 106 | 0 | 0.98 | 0.57 | 0.03 | 334.92 | 0.97 | 0.49 |
| Hex | F8 | 4 | 6A | 0 | 62 | 39 | 3 | 14F | 61 | 31 |
| Octal | 370 | 4 | 152 | 0 | 142 | 71 | 3 | 517 | 141 | 61 |
| Binary | 11111000 | 100 | 1101010 | 0 | 1100010 | 111001 | 11 | 101001111 | 1100001 | 110001 |
Color Harmonies of #F8046A
Complementary color
Monochromatic Colors of #F8046A
Black with #F8046A
Text Example
Text Example
White with #F8046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8046A; }
p { color: rgb(248,4,106); }
H1.HeaderClassName
{
color: #F8046A;
}
.AnyTagClassName
{
color: #F8046A;
}
</style>
background-color css
<style>
a { background-color: #F8046A; }
a { background-color: rgb(248,4,106); }
div.DivClassName
{
background-color: #F8046A;
}
.BgClassName
{
background-color: #F8046A;
}
</style>
border-color css
<style>
span { border-color: #F8046A; }
span { border-color: rgb(248,4,106); }
td.TdClassName
{
border-color: #F8046A;
}
.TagClassName
{
border-color: #F8046A;
}
</style>