Shades of Razzmatazz #F8005C
Tints of Razzmatazz #F8005C
RGB
CMYK
RGB Variations
Color information
#F8005C (or 0xF8005C) is known color: Razzmatazz. HEX triplet: F8, 00 and 5C. RGB value is (248,0,92). Sum of RGB (Red+Green+Blue) = 248+0+92=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8005C is #07FFA3. Grayscale: #545454. Windows color (decimal): -524196 or 6029560. OLE color: 6029560.
HSL color Cylindrical-coordinate representation of color #F8005C: hue angle of 337.74º 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 #F8005C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.63 | 0.03 |
| HSL | 337.74º | 1% | 0.49% | - |
| HSV(B) | 337.74º | 1% | 0.97% | - |
| XYZ | 40.64 | 20.73 | 11.98 | - |
| YUV | 84.64 | 132.16 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 92 | 0 | 1 | 0.63 | 0.03 | 337.74 | 1 | 0.49 |
| Hex | F8 | 0 | 5C | 0 | 64 | 3F | 3 | 152 | 64 | 31 |
| Octal | 370 | 0 | 134 | 0 | 144 | 77 | 3 | 522 | 144 | 61 |
| Binary | 11111000 | 0 | 1011100 | 0 | 1100100 | 111111 | 11 | 101010010 | 1100100 | 110001 |
Color Harmonies of #F8005C
Complementary color
Monochromatic Colors of #F8005C
Black with #F8005C
Text Example
Text Example
White with #F8005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8005C; }
p { color: rgb(248,0,92); }
H1.HeaderClassName
{
color: #F8005C;
}
.AnyTagClassName
{
color: #F8005C;
}
</style>
background-color css
<style>
a { background-color: #F8005C; }
a { background-color: rgb(248,0,92); }
div.DivClassName
{
background-color: #F8005C;
}
.BgClassName
{
background-color: #F8005C;
}
</style>
border-color css
<style>
span { border-color: #F8005C; }
span { border-color: rgb(248,0,92); }
td.TdClassName
{
border-color: #F8005C;
}
.TagClassName
{
border-color: #F8005C;
}
</style>