Shades of Razzmatazz #F80A6B
Tints of Razzmatazz #F80A6B
RGB
CMYK
RGB Variations
Color information
#F80A6B (or 0xF80A6B) is known color: Razzmatazz. HEX triplet: F8, 0A and 6B. RGB value is (248,10,107). Sum of RGB (Red+Green+Blue) = 248+10+107=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A6B is #07F594. Grayscale: #5C5C5C. Windows color (decimal): -521621 or 7015160. OLE color: 7015160.
HSL color Cylindrical-coordinate representation of color #F80A6B: hue angle of 335.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80A6B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 107 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.03 |
| HSL | 335.55º | 0.94% | 0.51% | - |
| HSV(B) | 335.55º | 0.96% | 0.97% | - |
| XYZ | 41.47 | 21.24 | 15.82 | - |
| YUV | 92.22 | 136.35 | 239.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 107 | 0 | 0.96 | 0.57 | 0.03 | 335.55 | 0.94 | 0.51 |
| Hex | F8 | A | 6B | 0 | 60 | 39 | 3 | 150 | 5E | 33 |
| Octal | 370 | 12 | 153 | 0 | 140 | 71 | 3 | 520 | 136 | 63 |
| Binary | 11111000 | 1010 | 1101011 | 0 | 1100000 | 111001 | 11 | 101010000 | 1011110 | 110011 |
Color Harmonies of #F80A6B
Complementary color
Monochromatic Colors of #F80A6B
Black with #F80A6B
Text Example
Text Example
White with #F80A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A6B; }
p { color: rgb(248,10,107); }
H1.HeaderClassName
{
color: #F80A6B;
}
.AnyTagClassName
{
color: #F80A6B;
}
</style>
background-color css
<style>
a { background-color: #F80A6B; }
a { background-color: rgb(248,10,107); }
div.DivClassName
{
background-color: #F80A6B;
}
.BgClassName
{
background-color: #F80A6B;
}
</style>
border-color css
<style>
span { border-color: #F80A6B; }
span { border-color: rgb(248,10,107); }
td.TdClassName
{
border-color: #F80A6B;
}
.TagClassName
{
border-color: #F80A6B;
}
</style>