Shades of Razzmatazz #F81050
Tints of Razzmatazz #F81050
RGB
CMYK
RGB Variations
Color information
#F81050 (or 0xF81050) is known color: Razzmatazz. HEX triplet: F8, 10 and 50. RGB value is (248,16,80). Sum of RGB (Red+Green+Blue) = 248+16+80=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F81050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81050 is #07EFAF. Grayscale: #5C5C5C. Windows color (decimal): -520112 or 5247224. OLE color: 5247224.
HSL color Cylindrical-coordinate representation of color #F81050: hue angle of 343.45º 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 #F81050 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 80 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.03 |
| HSL | 343.45º | 0.94% | 0.52% | - |
| HSV(B) | 343.45º | 0.94% | 0.97% | - |
| XYZ | 40.34 | 20.91 | 9.5 | - |
| YUV | 92.66 | 120.86 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 80 | 0 | 0.94 | 0.68 | 0.03 | 343.45 | 0.94 | 0.52 |
| Hex | F8 | 10 | 50 | 0 | 5E | 44 | 3 | 157 | 5E | 34 |
| Octal | 370 | 20 | 120 | 0 | 136 | 104 | 3 | 527 | 136 | 64 |
| Binary | 11111000 | 10000 | 1010000 | 0 | 1011110 | 1000100 | 11 | 101010111 | 1011110 | 110100 |
Color Harmonies of #F81050
Complementary color
Monochromatic Colors of #F81050
Black with #F81050
Text Example
Text Example
White with #F81050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81050; }
p { color: rgb(248,16,80); }
H1.HeaderClassName
{
color: #F81050;
}
.AnyTagClassName
{
color: #F81050;
}
</style>
background-color css
<style>
a { background-color: #F81050; }
a { background-color: rgb(248,16,80); }
div.DivClassName
{
background-color: #F81050;
}
.BgClassName
{
background-color: #F81050;
}
</style>
border-color css
<style>
span { border-color: #F81050; }
span { border-color: rgb(248,16,80); }
td.TdClassName
{
border-color: #F81050;
}
.TagClassName
{
border-color: #F81050;
}
</style>