Shades of Razzmatazz #F80B5C
Tints of Razzmatazz #F80B5C
RGB
CMYK
RGB Variations
Color information
#F80B5C (or 0xF80B5C) is known color: Razzmatazz. HEX triplet: F8, 0B and 5C. RGB value is (248,11,92). Sum of RGB (Red+Green+Blue) = 248+11+92=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80B5C is #07F4A3. Grayscale: #5B5B5B. Windows color (decimal): -521380 or 6032376. OLE color: 6032376.
HSL color Cylindrical-coordinate representation of color #F80B5C: hue angle of 339.49º 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 #F80B5C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 92 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.03 |
| HSL | 339.49º | 0.94% | 0.51% | - |
| HSV(B) | 339.49º | 0.96% | 0.97% | - |
| XYZ | 40.76 | 20.97 | 12.02 | - |
| YUV | 91.1 | 128.52 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 92 | 0 | 0.96 | 0.63 | 0.03 | 339.49 | 0.94 | 0.51 |
| Hex | F8 | B | 5C | 0 | 60 | 3F | 3 | 153 | 5E | 33 |
| Octal | 370 | 13 | 134 | 0 | 140 | 77 | 3 | 523 | 136 | 63 |
| Binary | 11111000 | 1011 | 1011100 | 0 | 1100000 | 111111 | 11 | 101010011 | 1011110 | 110011 |
Color Harmonies of #F80B5C
Complementary color
Monochromatic Colors of #F80B5C
Black with #F80B5C
Text Example
Text Example
White with #F80B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B5C; }
p { color: rgb(248,11,92); }
H1.HeaderClassName
{
color: #F80B5C;
}
.AnyTagClassName
{
color: #F80B5C;
}
</style>
background-color css
<style>
a { background-color: #F80B5C; }
a { background-color: rgb(248,11,92); }
div.DivClassName
{
background-color: #F80B5C;
}
.BgClassName
{
background-color: #F80B5C;
}
</style>
border-color css
<style>
span { border-color: #F80B5C; }
span { border-color: rgb(248,11,92); }
td.TdClassName
{
border-color: #F80B5C;
}
.TagClassName
{
border-color: #F80B5C;
}
</style>