Shades of Razzmatazz #F8086A
Tints of Razzmatazz #F8086A
RGB
CMYK
RGB Variations
Color information
#F8086A (or 0xF8086A) is known color: Razzmatazz. HEX triplet: F8, 08 and 6A. RGB value is (248,8,106). Sum of RGB (Red+Green+Blue) = 248+8+106=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F8086A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8086A is #07F795. Grayscale: #5A5A5A. Windows color (decimal): -522134 or 6949112. OLE color: 6949112.
HSL color Cylindrical-coordinate representation of color #F8086A: hue angle of 335.5º 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 #F8086A is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 106 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.03 |
| HSL | 335.5º | 0.94% | 0.5% | - |
| HSV(B) | 335.5º | 0.97% | 0.97% | - |
| XYZ | 41.4 | 21.17 | 15.54 | - |
| YUV | 90.93 | 136.51 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 106 | 0 | 0.97 | 0.57 | 0.03 | 335.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | 6A | 0 | 61 | 39 | 3 | 150 | 5E | 32 |
| Octal | 370 | 10 | 152 | 0 | 141 | 71 | 3 | 520 | 136 | 62 |
| Binary | 11111000 | 1000 | 1101010 | 0 | 1100001 | 111001 | 11 | 101010000 | 1011110 | 110010 |
Color Harmonies of #F8086A
Complementary color
Monochromatic Colors of #F8086A
Black with #F8086A
Text Example
Text Example
White with #F8086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8086A; }
p { color: rgb(248,8,106); }
H1.HeaderClassName
{
color: #F8086A;
}
.AnyTagClassName
{
color: #F8086A;
}
</style>
background-color css
<style>
a { background-color: #F8086A; }
a { background-color: rgb(248,8,106); }
div.DivClassName
{
background-color: #F8086A;
}
.BgClassName
{
background-color: #F8086A;
}
</style>
border-color css
<style>
span { border-color: #F8086A; }
span { border-color: rgb(248,8,106); }
td.TdClassName
{
border-color: #F8086A;
}
.TagClassName
{
border-color: #F8086A;
}
</style>