Shades of Razzmatazz #F81168
Tints of Razzmatazz #F81168
RGB
CMYK
RGB Variations
Color information
#F81168 (or 0xF81168) is known color: Razzmatazz. HEX triplet: F8, 11 and 68. RGB value is (248,17,104). Sum of RGB (Red+Green+Blue) = 248+17+104=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F81168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81168 is #07EE97. Grayscale: #5F5F5F. Windows color (decimal): -519832 or 6820344. OLE color: 6820344.
HSL color Cylindrical-coordinate representation of color #F81168: hue angle of 337.4º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81168 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 104 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.03 |
| HSL | 337.4º | 0.94% | 0.52% | - |
| HSV(B) | 337.4º | 0.93% | 0.97% | - |
| XYZ | 41.41 | 21.36 | 15.04 | - |
| YUV | 95.99 | 132.53 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 104 | 0 | 0.93 | 0.58 | 0.03 | 337.4 | 0.94 | 0.52 |
| Hex | F8 | 11 | 68 | 0 | 5D | 3A | 3 | 151 | 5E | 34 |
| Octal | 370 | 21 | 150 | 0 | 135 | 72 | 3 | 521 | 136 | 64 |
| Binary | 11111000 | 10001 | 1101000 | 0 | 1011101 | 111010 | 11 | 101010001 | 1011110 | 110100 |
Color Harmonies of #F81168
Complementary color
Monochromatic Colors of #F81168
Black with #F81168
Text Example
Text Example
White with #F81168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81168; }
p { color: rgb(248,17,104); }
H1.HeaderClassName
{
color: #F81168;
}
.AnyTagClassName
{
color: #F81168;
}
</style>
background-color css
<style>
a { background-color: #F81168; }
a { background-color: rgb(248,17,104); }
div.DivClassName
{
background-color: #F81168;
}
.BgClassName
{
background-color: #F81168;
}
</style>
border-color css
<style>
span { border-color: #F81168; }
span { border-color: rgb(248,17,104); }
td.TdClassName
{
border-color: #F81168;
}
.TagClassName
{
border-color: #F81168;
}
</style>