Shades of Razzmatazz #F8066B
Tints of Razzmatazz #F8066B
RGB
CMYK
RGB Variations
Color information
#F8066B (or 0xF8066B) is known color: Razzmatazz. HEX triplet: F8, 06 and 6B. RGB value is (248,6,107). Sum of RGB (Red+Green+Blue) = 248+6+107=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F8066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8066B is #07F994. Grayscale: #595959. Windows color (decimal): -522645 or 7014136. OLE color: 7014136.
HSL color Cylindrical-coordinate representation of color #F8066B: hue angle of 334.96º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8066B is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 107 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.03 |
| HSL | 334.96º | 0.95% | 0.5% | - |
| HSV(B) | 334.96º | 0.98% | 0.97% | - |
| XYZ | 41.43 | 21.15 | 15.81 | - |
| YUV | 89.87 | 137.67 | 240.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 107 | 0 | 0.98 | 0.57 | 0.03 | 334.96 | 0.95 | 0.5 |
| Hex | F8 | 6 | 6B | 0 | 62 | 39 | 3 | 14F | 5F | 32 |
| Octal | 370 | 6 | 153 | 0 | 142 | 71 | 3 | 517 | 137 | 62 |
| Binary | 11111000 | 110 | 1101011 | 0 | 1100010 | 111001 | 11 | 101001111 | 1011111 | 110010 |
Color Harmonies of #F8066B
Complementary color
Monochromatic Colors of #F8066B
Black with #F8066B
Text Example
Text Example
White with #F8066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8066B; }
p { color: rgb(248,6,107); }
H1.HeaderClassName
{
color: #F8066B;
}
.AnyTagClassName
{
color: #F8066B;
}
</style>
background-color css
<style>
a { background-color: #F8066B; }
a { background-color: rgb(248,6,107); }
div.DivClassName
{
background-color: #F8066B;
}
.BgClassName
{
background-color: #F8066B;
}
</style>
border-color css
<style>
span { border-color: #F8066B; }
span { border-color: rgb(248,6,107); }
td.TdClassName
{
border-color: #F8066B;
}
.TagClassName
{
border-color: #F8066B;
}
</style>