Shades of Razzmatazz #F80D6D
Tints of Razzmatazz #F80D6D
RGB
CMYK
RGB Variations
Color information
#F80D6D (or 0xF80D6D) is known color: Razzmatazz. HEX triplet: F8, 0D and 6D. RGB value is (248,13,109). Sum of RGB (Red+Green+Blue) = 248+13+109=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80D6D is #07F292. Grayscale: #5E5E5E. Windows color (decimal): -520851 or 7147000. OLE color: 7147000.
HSL color Cylindrical-coordinate representation of color #F80D6D: hue angle of 335.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80D6D is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 109 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.03 |
| HSL | 335.49º | 0.94% | 0.51% | - |
| HSV(B) | 335.49º | 0.95% | 0.97% | - |
| XYZ | 41.62 | 21.35 | 16.4 | - |
| YUV | 94.21 | 136.36 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 109 | 0 | 0.95 | 0.56 | 0.03 | 335.49 | 0.94 | 0.51 |
| Hex | F8 | D | 6D | 0 | 5F | 38 | 3 | 14F | 5E | 33 |
| Octal | 370 | 15 | 155 | 0 | 137 | 70 | 3 | 517 | 136 | 63 |
| Binary | 11111000 | 1101 | 1101101 | 0 | 1011111 | 111000 | 11 | 101001111 | 1011110 | 110011 |
Color Harmonies of #F80D6D
Complementary color
Monochromatic Colors of #F80D6D
Black with #F80D6D
Text Example
Text Example
White with #F80D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D6D; }
p { color: rgb(248,13,109); }
H1.HeaderClassName
{
color: #F80D6D;
}
.AnyTagClassName
{
color: #F80D6D;
}
</style>
background-color css
<style>
a { background-color: #F80D6D; }
a { background-color: rgb(248,13,109); }
div.DivClassName
{
background-color: #F80D6D;
}
.BgClassName
{
background-color: #F80D6D;
}
</style>
border-color css
<style>
span { border-color: #F80D6D; }
span { border-color: rgb(248,13,109); }
td.TdClassName
{
border-color: #F80D6D;
}
.TagClassName
{
border-color: #F80D6D;
}
</style>