Shades of Razzmatazz #F8044F
Tints of Razzmatazz #F8044F
RGB
CMYK
RGB Variations
Color information
#F8044F (or 0xF8044F) is known color: Razzmatazz. HEX triplet: F8, 04 and 4F. RGB value is (248,4,79). Sum of RGB (Red+Green+Blue) = 248+4+79=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F8044F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8044F is #07FBB0. Grayscale: #555555. Windows color (decimal): -523185 or 5178616. OLE color: 5178616.
HSL color Cylindrical-coordinate representation of color #F8044F: hue angle of 341.56º 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 #F8044F is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.03 |
| HSL | 341.56º | 0.97% | 0.49% | - |
| HSV(B) | 341.56º | 0.98% | 0.97% | - |
| XYZ | 40.17 | 20.61 | 9.26 | - |
| YUV | 85.51 | 124.34 | 243.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 79 | 0 | 0.98 | 0.68 | 0.03 | 341.56 | 0.97 | 0.49 |
| Hex | F8 | 4 | 4F | 0 | 62 | 44 | 3 | 156 | 61 | 31 |
| Octal | 370 | 4 | 117 | 0 | 142 | 104 | 3 | 526 | 141 | 61 |
| Binary | 11111000 | 100 | 1001111 | 0 | 1100010 | 1000100 | 11 | 101010110 | 1100001 | 110001 |
Color Harmonies of #F8044F
Complementary color
Monochromatic Colors of #F8044F
Black with #F8044F
Text Example
Text Example
White with #F8044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8044F; }
p { color: rgb(248,4,79); }
H1.HeaderClassName
{
color: #F8044F;
}
.AnyTagClassName
{
color: #F8044F;
}
</style>
background-color css
<style>
a { background-color: #F8044F; }
a { background-color: rgb(248,4,79); }
div.DivClassName
{
background-color: #F8044F;
}
.BgClassName
{
background-color: #F8044F;
}
</style>
border-color css
<style>
span { border-color: #F8044F; }
span { border-color: rgb(248,4,79); }
td.TdClassName
{
border-color: #F8044F;
}
.TagClassName
{
border-color: #F8044F;
}
</style>