Shades of Razzmatazz #F8046E
Tints of Razzmatazz #F8046E
RGB
CMYK
RGB Variations
Color information
#F8046E (or 0xF8046E) is known color: Razzmatazz. HEX triplet: F8, 04 and 6E. RGB value is (248,4,110). Sum of RGB (Red+Green+Blue) = 248+4+110=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F8046E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8046E is #07FB91. Grayscale: #585858. Windows color (decimal): -523154 or 7210232. OLE color: 7210232.
HSL color Cylindrical-coordinate representation of color #F8046E: hue angle of 333.93º 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 #F8046E is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.03 |
| HSL | 333.93º | 0.97% | 0.49% | - |
| HSV(B) | 333.93º | 0.98% | 0.97% | - |
| XYZ | 41.57 | 21.17 | 16.65 | - |
| YUV | 89.04 | 139.84 | 241.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 110 | 0 | 0.98 | 0.56 | 0.03 | 333.93 | 0.97 | 0.49 |
| Hex | F8 | 4 | 6E | 0 | 62 | 38 | 3 | 14E | 61 | 31 |
| Octal | 370 | 4 | 156 | 0 | 142 | 70 | 3 | 516 | 141 | 61 |
| Binary | 11111000 | 100 | 1101110 | 0 | 1100010 | 111000 | 11 | 101001110 | 1100001 | 110001 |
Color Harmonies of #F8046E
Complementary color
Monochromatic Colors of #F8046E
Black with #F8046E
Text Example
Text Example
White with #F8046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8046E; }
p { color: rgb(248,4,110); }
H1.HeaderClassName
{
color: #F8046E;
}
.AnyTagClassName
{
color: #F8046E;
}
</style>
background-color css
<style>
a { background-color: #F8046E; }
a { background-color: rgb(248,4,110); }
div.DivClassName
{
background-color: #F8046E;
}
.BgClassName
{
background-color: #F8046E;
}
</style>
border-color css
<style>
span { border-color: #F8046E; }
span { border-color: rgb(248,4,110); }
td.TdClassName
{
border-color: #F8046E;
}
.TagClassName
{
border-color: #F8046E;
}
</style>