Shades of Razzmatazz #F8006F
Tints of Razzmatazz #F8006F
RGB
CMYK
RGB Variations
Color information
#F8006F (or 0xF8006F) is known color: Razzmatazz. HEX triplet: F8, 00 and 6F. RGB value is (248,0,111). Sum of RGB (Red+Green+Blue) = 248+0+111=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F8006F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8006F is #07FF90. Grayscale: #565656. Windows color (decimal): -524177 or 7274744. OLE color: 7274744.
HSL color Cylindrical-coordinate representation of color #F8006F: hue angle of 333.15º 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 #F8006F is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.55 | 0.03 |
| HSL | 333.15º | 1% | 0.49% | - |
| HSV(B) | 333.15º | 1% | 0.97% | - |
| XYZ | 41.58 | 21.1 | 16.92 | - |
| YUV | 86.81 | 141.66 | 242.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 111 | 0 | 1 | 0.55 | 0.03 | 333.15 | 1 | 0.49 |
| Hex | F8 | 0 | 6F | 0 | 64 | 37 | 3 | 14D | 64 | 31 |
| Octal | 370 | 0 | 157 | 0 | 144 | 67 | 3 | 515 | 144 | 61 |
| Binary | 11111000 | 0 | 1101111 | 0 | 1100100 | 110111 | 11 | 101001101 | 1100100 | 110001 |
Color Harmonies of #F8006F
Complementary color
Monochromatic Colors of #F8006F
Black with #F8006F
Text Example
Text Example
White with #F8006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8006F; }
p { color: rgb(248,0,111); }
H1.HeaderClassName
{
color: #F8006F;
}
.AnyTagClassName
{
color: #F8006F;
}
</style>
background-color css
<style>
a { background-color: #F8006F; }
a { background-color: rgb(248,0,111); }
div.DivClassName
{
background-color: #F8006F;
}
.BgClassName
{
background-color: #F8006F;
}
</style>
border-color css
<style>
span { border-color: #F8006F; }
span { border-color: rgb(248,0,111); }
td.TdClassName
{
border-color: #F8006F;
}
.TagClassName
{
border-color: #F8006F;
}
</style>