Shades of Razzmatazz #F8046D
Tints of Razzmatazz #F8046D
RGB
CMYK
RGB Variations
Color information
#F8046D (or 0xF8046D) is known color: Razzmatazz. HEX triplet: F8, 04 and 6D. RGB value is (248,4,109). Sum of RGB (Red+Green+Blue) = 248+4+109=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F8046D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8046D is #07FB92. Grayscale: #585858. Windows color (decimal): -523155 or 7144696. OLE color: 7144696.
HSL color Cylindrical-coordinate representation of color #F8046D: hue angle of 334.18º 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 #F8046D is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.03 |
| HSL | 334.18º | 0.97% | 0.49% | - |
| HSV(B) | 334.18º | 0.98% | 0.97% | - |
| XYZ | 41.52 | 21.15 | 16.36 | - |
| YUV | 88.93 | 139.34 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 109 | 0 | 0.98 | 0.56 | 0.03 | 334.18 | 0.97 | 0.49 |
| Hex | F8 | 4 | 6D | 0 | 62 | 38 | 3 | 14E | 61 | 31 |
| Octal | 370 | 4 | 155 | 0 | 142 | 70 | 3 | 516 | 141 | 61 |
| Binary | 11111000 | 100 | 1101101 | 0 | 1100010 | 111000 | 11 | 101001110 | 1100001 | 110001 |
Color Harmonies of #F8046D
Complementary color
Monochromatic Colors of #F8046D
Black with #F8046D
Text Example
Text Example
White with #F8046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8046D; }
p { color: rgb(248,4,109); }
H1.HeaderClassName
{
color: #F8046D;
}
.AnyTagClassName
{
color: #F8046D;
}
</style>
background-color css
<style>
a { background-color: #F8046D; }
a { background-color: rgb(248,4,109); }
div.DivClassName
{
background-color: #F8046D;
}
.BgClassName
{
background-color: #F8046D;
}
</style>
border-color css
<style>
span { border-color: #F8046D; }
span { border-color: rgb(248,4,109); }
td.TdClassName
{
border-color: #F8046D;
}
.TagClassName
{
border-color: #F8046D;
}
</style>