Shades of Razzmatazz #F81063
Tints of Razzmatazz #F81063
RGB
CMYK
RGB Variations
Color information
#F81063 (or 0xF81063) is known color: Razzmatazz. HEX triplet: F8, 10 and 63. RGB value is (248,16,99). Sum of RGB (Red+Green+Blue) = 248+16+99=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F81063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81063 is #07EF9C. Grayscale: #5E5E5E. Windows color (decimal): -520093 or 6492408. OLE color: 6492408.
HSL color Cylindrical-coordinate representation of color #F81063: hue angle of 338.53º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81063 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 99 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.03 |
| HSL | 338.53º | 0.94% | 0.52% | - |
| HSV(B) | 338.53º | 0.94% | 0.97% | - |
| XYZ | 41.15 | 21.23 | 13.73 | - |
| YUV | 94.83 | 130.36 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 99 | 0 | 0.94 | 0.60 | 0.03 | 338.53 | 0.94 | 0.52 |
| Hex | F8 | 10 | 63 | 0 | 5E | 3C | 3 | 153 | 5E | 34 |
| Octal | 370 | 20 | 143 | 0 | 136 | 74 | 3 | 523 | 136 | 64 |
| Binary | 11111000 | 10000 | 1100011 | 0 | 1011110 | 111100 | 11 | 101010011 | 1011110 | 110100 |
Color Harmonies of #F81063
Complementary color
Monochromatic Colors of #F81063
Black with #F81063
Text Example
Text Example
White with #F81063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81063; }
p { color: rgb(248,16,99); }
H1.HeaderClassName
{
color: #F81063;
}
.AnyTagClassName
{
color: #F81063;
}
</style>
background-color css
<style>
a { background-color: #F81063; }
a { background-color: rgb(248,16,99); }
div.DivClassName
{
background-color: #F81063;
}
.BgClassName
{
background-color: #F81063;
}
</style>
border-color css
<style>
span { border-color: #F81063; }
span { border-color: rgb(248,16,99); }
td.TdClassName
{
border-color: #F81063;
}
.TagClassName
{
border-color: #F81063;
}
</style>