Shades of Razzmatazz #F8086F
Tints of Razzmatazz #F8086F
RGB
CMYK
RGB Variations
Color information
#F8086F (or 0xF8086F) is known color: Razzmatazz. HEX triplet: F8, 08 and 6F. RGB value is (248,8,111). Sum of RGB (Red+Green+Blue) = 248+8+111=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F8086F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8086F is #07F790. Grayscale: #5B5B5B. Windows color (decimal): -522129 or 7276792. OLE color: 7276792.
HSL color Cylindrical-coordinate representation of color #F8086F: hue angle of 334.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8086F is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 111 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.03 |
| HSL | 334.25º | 0.94% | 0.5% | - |
| HSV(B) | 334.25º | 0.97% | 0.97% | - |
| XYZ | 41.67 | 21.28 | 16.95 | - |
| YUV | 91.5 | 139.01 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 111 | 0 | 0.97 | 0.55 | 0.03 | 334.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | 6F | 0 | 61 | 37 | 3 | 14E | 5E | 32 |
| Octal | 370 | 10 | 157 | 0 | 141 | 67 | 3 | 516 | 136 | 62 |
| Binary | 11111000 | 1000 | 1101111 | 0 | 1100001 | 110111 | 11 | 101001110 | 1011110 | 110010 |
Color Harmonies of #F8086F
Complementary color
Monochromatic Colors of #F8086F
Black with #F8086F
Text Example
Text Example
White with #F8086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8086F; }
p { color: rgb(248,8,111); }
H1.HeaderClassName
{
color: #F8086F;
}
.AnyTagClassName
{
color: #F8086F;
}
</style>
background-color css
<style>
a { background-color: #F8086F; }
a { background-color: rgb(248,8,111); }
div.DivClassName
{
background-color: #F8086F;
}
.BgClassName
{
background-color: #F8086F;
}
</style>
border-color css
<style>
span { border-color: #F8086F; }
span { border-color: rgb(248,8,111); }
td.TdClassName
{
border-color: #F8086F;
}
.TagClassName
{
border-color: #F8086F;
}
</style>