Shades of Razzmatazz #F8006A
Tints of Razzmatazz #F8006A
RGB
CMYK
RGB Variations
Color information
#F8006A (or 0xF8006A) is known color: Razzmatazz. HEX triplet: F8, 00 and 6A. RGB value is (248,0,106). Sum of RGB (Red+Green+Blue) = 248+0+106=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F8006A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8006A is #07FF95. Grayscale: #565656. Windows color (decimal): -524182 or 6947064. OLE color: 6947064.
HSL color Cylindrical-coordinate representation of color #F8006A: hue angle of 334.35º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8006A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.57 | 0.03 |
| HSL | 334.35º | 1% | 0.49% | - |
| HSV(B) | 334.35º | 1% | 0.97% | - |
| XYZ | 41.31 | 21 | 15.51 | - |
| YUV | 86.24 | 139.16 | 243.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 106 | 0 | 1 | 0.57 | 0.03 | 334.35 | 1 | 0.49 |
| Hex | F8 | 0 | 6A | 0 | 64 | 39 | 3 | 14E | 64 | 31 |
| Octal | 370 | 0 | 152 | 0 | 144 | 71 | 3 | 516 | 144 | 61 |
| Binary | 11111000 | 0 | 1101010 | 0 | 1100100 | 111001 | 11 | 101001110 | 1100100 | 110001 |
Color Harmonies of #F8006A
Complementary color
Monochromatic Colors of #F8006A
Black with #F8006A
Text Example
Text Example
White with #F8006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8006A; }
p { color: rgb(248,0,106); }
H1.HeaderClassName
{
color: #F8006A;
}
.AnyTagClassName
{
color: #F8006A;
}
</style>
background-color css
<style>
a { background-color: #F8006A; }
a { background-color: rgb(248,0,106); }
div.DivClassName
{
background-color: #F8006A;
}
.BgClassName
{
background-color: #F8006A;
}
</style>
border-color css
<style>
span { border-color: #F8006A; }
span { border-color: rgb(248,0,106); }
td.TdClassName
{
border-color: #F8006A;
}
.TagClassName
{
border-color: #F8006A;
}
</style>