Shades of Razzmatazz #F8015C
Tints of Razzmatazz #F8015C
RGB
CMYK
RGB Variations
Color information
#F8015C (or 0xF8015C) is known color: Razzmatazz. HEX triplet: F8, 01 and 5C. RGB value is (248,1,92). Sum of RGB (Red+Green+Blue) = 248+1+92=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F8015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8015C is #07FEA3. Grayscale: #555555. Windows color (decimal): -523940 or 6029816. OLE color: 6029816.
HSL color Cylindrical-coordinate representation of color #F8015C: hue angle of 337.89º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8015C is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.03 |
| HSL | 337.89º | 0.99% | 0.49% | - |
| HSV(B) | 337.89º | 1% | 0.97% | - |
| XYZ | 40.65 | 20.75 | 11.99 | - |
| YUV | 85.23 | 131.83 | 244.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 92 | 0 | 1.00 | 0.63 | 0.03 | 337.89 | 0.99 | 0.49 |
| Hex | F8 | 1 | 5C | 0 | 64 | 3F | 3 | 152 | 63 | 31 |
| Octal | 370 | 1 | 134 | 0 | 144 | 77 | 3 | 522 | 143 | 61 |
| Binary | 11111000 | 1 | 1011100 | 0 | 1100100 | 111111 | 11 | 101010010 | 1100011 | 110001 |
Color Harmonies of #F8015C
Complementary color
Monochromatic Colors of #F8015C
Black with #F8015C
Text Example
Text Example
White with #F8015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8015C; }
p { color: rgb(248,1,92); }
H1.HeaderClassName
{
color: #F8015C;
}
.AnyTagClassName
{
color: #F8015C;
}
</style>
background-color css
<style>
a { background-color: #F8015C; }
a { background-color: rgb(248,1,92); }
div.DivClassName
{
background-color: #F8015C;
}
.BgClassName
{
background-color: #F8015C;
}
</style>
border-color css
<style>
span { border-color: #F8015C; }
span { border-color: rgb(248,1,92); }
td.TdClassName
{
border-color: #F8015C;
}
.TagClassName
{
border-color: #F8015C;
}
</style>