Shades of Razzmatazz #F8066D
Tints of Razzmatazz #F8066D
RGB
CMYK
RGB Variations
Color information
#F8066D (or 0xF8066D) is known color: Razzmatazz. HEX triplet: F8, 06 and 6D. RGB value is (248,6,109). Sum of RGB (Red+Green+Blue) = 248+6+109=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8066D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8066D is #07F992. Grayscale: #595959. Windows color (decimal): -522643 or 7145208. OLE color: 7145208.
HSL color Cylindrical-coordinate representation of color #F8066D: hue angle of 334.46º 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 #F8066D is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 109 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.03 |
| HSL | 334.46º | 0.95% | 0.5% | - |
| HSV(B) | 334.46º | 0.98% | 0.97% | - |
| XYZ | 41.54 | 21.19 | 16.37 | - |
| YUV | 90.1 | 138.67 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 109 | 0 | 0.98 | 0.56 | 0.03 | 334.46 | 0.95 | 0.5 |
| Hex | F8 | 6 | 6D | 0 | 62 | 38 | 3 | 14E | 5F | 32 |
| Octal | 370 | 6 | 155 | 0 | 142 | 70 | 3 | 516 | 137 | 62 |
| Binary | 11111000 | 110 | 1101101 | 0 | 1100010 | 111000 | 11 | 101001110 | 1011111 | 110010 |
Color Harmonies of #F8066D
Complementary color
Monochromatic Colors of #F8066D
Black with #F8066D
Text Example
Text Example
White with #F8066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8066D; }
p { color: rgb(248,6,109); }
H1.HeaderClassName
{
color: #F8066D;
}
.AnyTagClassName
{
color: #F8066D;
}
</style>
background-color css
<style>
a { background-color: #F8066D; }
a { background-color: rgb(248,6,109); }
div.DivClassName
{
background-color: #F8066D;
}
.BgClassName
{
background-color: #F8066D;
}
</style>
border-color css
<style>
span { border-color: #F8066D; }
span { border-color: rgb(248,6,109); }
td.TdClassName
{
border-color: #F8066D;
}
.TagClassName
{
border-color: #F8066D;
}
</style>