Shades of Razzmatazz #F80669
Tints of Razzmatazz #F80669
RGB
CMYK
RGB Variations
Color information
#F80669 (or 0xF80669) is known color: Razzmatazz. HEX triplet: F8, 06 and 69. RGB value is (248,6,105). Sum of RGB (Red+Green+Blue) = 248+6+105=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F80669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80669 is #07F996. Grayscale: #595959. Windows color (decimal): -522647 or 6883064. OLE color: 6883064.
HSL color Cylindrical-coordinate representation of color #F80669: hue angle of 335.45º 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 #F80669 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 105 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.03 |
| HSL | 335.45º | 0.95% | 0.5% | - |
| HSV(B) | 335.45º | 0.98% | 0.97% | - |
| XYZ | 41.33 | 21.11 | 15.26 | - |
| YUV | 89.64 | 136.67 | 240.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 105 | 0 | 0.98 | 0.58 | 0.03 | 335.45 | 0.95 | 0.5 |
| Hex | F8 | 6 | 69 | 0 | 62 | 3A | 3 | 14F | 5F | 32 |
| Octal | 370 | 6 | 151 | 0 | 142 | 72 | 3 | 517 | 137 | 62 |
| Binary | 11111000 | 110 | 1101001 | 0 | 1100010 | 111010 | 11 | 101001111 | 1011111 | 110010 |
Color Harmonies of #F80669
Complementary color
Monochromatic Colors of #F80669
Black with #F80669
Text Example
Text Example
White with #F80669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80669; }
p { color: rgb(248,6,105); }
H1.HeaderClassName
{
color: #F80669;
}
.AnyTagClassName
{
color: #F80669;
}
</style>
background-color css
<style>
a { background-color: #F80669; }
a { background-color: rgb(248,6,105); }
div.DivClassName
{
background-color: #F80669;
}
.BgClassName
{
background-color: #F80669;
}
</style>
border-color css
<style>
span { border-color: #F80669; }
span { border-color: rgb(248,6,105); }
td.TdClassName
{
border-color: #F80669;
}
.TagClassName
{
border-color: #F80669;
}
</style>