Shades of Razzmatazz #F80072
Tints of Razzmatazz #F80072
RGB
CMYK
RGB Variations
Color information
#F80072 (or 0xF80072) is known color: Razzmatazz. HEX triplet: F8, 00 and 72. RGB value is (248,0,114). Sum of RGB (Red+Green+Blue) = 248+0+114=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F80072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80072 is #07FF8D. Grayscale: #565656. Windows color (decimal): -524174 or 7471352. OLE color: 7471352.
HSL color Cylindrical-coordinate representation of color #F80072: hue angle of 332.42º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80072 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.54 | 0.03 |
| HSL | 332.42º | 1% | 0.49% | - |
| HSV(B) | 332.42º | 1% | 0.97% | - |
| XYZ | 41.75 | 21.17 | 17.81 | - |
| YUV | 87.15 | 143.16 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 114 | 0 | 1 | 0.54 | 0.03 | 332.42 | 1 | 0.49 |
| Hex | F8 | 0 | 72 | 0 | 64 | 36 | 3 | 14C | 64 | 31 |
| Octal | 370 | 0 | 162 | 0 | 144 | 66 | 3 | 514 | 144 | 61 |
| Binary | 11111000 | 0 | 1110010 | 0 | 1100100 | 110110 | 11 | 101001100 | 1100100 | 110001 |
Color Harmonies of #F80072
Complementary color
Monochromatic Colors of #F80072
Black with #F80072
Text Example
Text Example
White with #F80072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80072; }
p { color: rgb(248,0,114); }
H1.HeaderClassName
{
color: #F80072;
}
.AnyTagClassName
{
color: #F80072;
}
</style>
background-color css
<style>
a { background-color: #F80072; }
a { background-color: rgb(248,0,114); }
div.DivClassName
{
background-color: #F80072;
}
.BgClassName
{
background-color: #F80072;
}
</style>
border-color css
<style>
span { border-color: #F80072; }
span { border-color: rgb(248,0,114); }
td.TdClassName
{
border-color: #F80072;
}
.TagClassName
{
border-color: #F80072;
}
</style>