Shades of Razzmatazz #F8046F
Tints of Razzmatazz #F8046F
RGB
CMYK
RGB Variations
Color information
#F8046F (or 0xF8046F) is known color: Razzmatazz. HEX triplet: F8, 04 and 6F. RGB value is (248,4,111). Sum of RGB (Red+Green+Blue) = 248+4+111=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8046F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8046F is #07FB90. Grayscale: #585858. Windows color (decimal): -523153 or 7275768. OLE color: 7275768.
HSL color Cylindrical-coordinate representation of color #F8046F: hue angle of 333.69º 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 #F8046F is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.03 |
| HSL | 333.69º | 0.97% | 0.49% | - |
| HSV(B) | 333.69º | 0.98% | 0.97% | - |
| XYZ | 41.62 | 21.19 | 16.94 | - |
| YUV | 89.15 | 140.34 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 111 | 0 | 0.98 | 0.55 | 0.03 | 333.69 | 0.97 | 0.49 |
| Hex | F8 | 4 | 6F | 0 | 62 | 37 | 3 | 14E | 61 | 31 |
| Octal | 370 | 4 | 157 | 0 | 142 | 67 | 3 | 516 | 141 | 61 |
| Binary | 11111000 | 100 | 1101111 | 0 | 1100010 | 110111 | 11 | 101001110 | 1100001 | 110001 |
Color Harmonies of #F8046F
Complementary color
Monochromatic Colors of #F8046F
Black with #F8046F
Text Example
Text Example
White with #F8046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8046F; }
p { color: rgb(248,4,111); }
H1.HeaderClassName
{
color: #F8046F;
}
.AnyTagClassName
{
color: #F8046F;
}
</style>
background-color css
<style>
a { background-color: #F8046F; }
a { background-color: rgb(248,4,111); }
div.DivClassName
{
background-color: #F8046F;
}
.BgClassName
{
background-color: #F8046F;
}
</style>
border-color css
<style>
span { border-color: #F8046F; }
span { border-color: rgb(248,4,111); }
td.TdClassName
{
border-color: #F8046F;
}
.TagClassName
{
border-color: #F8046F;
}
</style>