Shades of Razzmatazz #F8005D
Tints of Razzmatazz #F8005D
RGB
CMYK
RGB Variations
Color information
#F8005D (or 0xF8005D) is known color: Razzmatazz. HEX triplet: F8, 00 and 5D. RGB value is (248,0,93). Sum of RGB (Red+Green+Blue) = 248+0+93=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F8005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8005D is #07FFA2. Grayscale: #545454. Windows color (decimal): -524195 or 6095096. OLE color: 6095096.
HSL color Cylindrical-coordinate representation of color #F8005D: hue angle of 337.5º 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 #F8005D is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.62 | 0.03 |
| HSL | 337.5º | 1% | 0.49% | - |
| HSV(B) | 337.5º | 1% | 0.97% | - |
| XYZ | 40.69 | 20.75 | 12.22 | - |
| YUV | 84.75 | 132.66 | 244.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 93 | 0 | 1 | 0.62 | 0.03 | 337.5 | 1 | 0.49 |
| Hex | F8 | 0 | 5D | 0 | 64 | 3E | 3 | 152 | 64 | 31 |
| Octal | 370 | 0 | 135 | 0 | 144 | 76 | 3 | 522 | 144 | 61 |
| Binary | 11111000 | 0 | 1011101 | 0 | 1100100 | 111110 | 11 | 101010010 | 1100100 | 110001 |
Color Harmonies of #F8005D
Complementary color
Monochromatic Colors of #F8005D
Black with #F8005D
Text Example
Text Example
White with #F8005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8005D; }
p { color: rgb(248,0,93); }
H1.HeaderClassName
{
color: #F8005D;
}
.AnyTagClassName
{
color: #F8005D;
}
</style>
background-color css
<style>
a { background-color: #F8005D; }
a { background-color: rgb(248,0,93); }
div.DivClassName
{
background-color: #F8005D;
}
.BgClassName
{
background-color: #F8005D;
}
</style>
border-color css
<style>
span { border-color: #F8005D; }
span { border-color: rgb(248,0,93); }
td.TdClassName
{
border-color: #F8005D;
}
.TagClassName
{
border-color: #F8005D;
}
</style>