Shades of Razzmatazz #F5015C
Tints of Razzmatazz #F5015C
RGB
CMYK
RGB Variations
Color information
#F5015C (or 0xF5015C) is known color: Razzmatazz. HEX triplet: F5, 01 and 5C. RGB value is (245,1,92). Sum of RGB (Red+Green+Blue) = 245+1+92=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F5015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5015C is #0AFEA3. Grayscale: #545454. Windows color (decimal): -720548 or 6029813. OLE color: 6029813.
HSL color Cylindrical-coordinate representation of color #F5015C: hue angle of 337.62º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5015C is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.04 |
| HSL | 337.62º | 0.99% | 0.48% | - |
| HSV(B) | 337.62º | 1% | 0.96% | - |
| XYZ | 39.6 | 20.21 | 11.94 | - |
| YUV | 84.33 | 132.34 | 242.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 92 | 0 | 1.00 | 0.62 | 0.04 | 337.62 | 0.99 | 0.48 |
| Hex | F5 | 1 | 5C | 0 | 64 | 3E | 4 | 152 | 63 | 30 |
| Octal | 365 | 1 | 134 | 0 | 144 | 76 | 4 | 522 | 143 | 60 |
| Binary | 11110101 | 1 | 1011100 | 0 | 1100100 | 111110 | 100 | 101010010 | 1100011 | 110000 |
Color Harmonies of #F5015C
Complementary color
Monochromatic Colors of #F5015C
Black with #F5015C
Text Example
Text Example
White with #F5015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5015C; }
p { color: rgb(245,1,92); }
H1.HeaderClassName
{
color: #F5015C;
}
.AnyTagClassName
{
color: #F5015C;
}
</style>
background-color css
<style>
a { background-color: #F5015C; }
a { background-color: rgb(245,1,92); }
div.DivClassName
{
background-color: #F5015C;
}
.BgClassName
{
background-color: #F5015C;
}
</style>
border-color css
<style>
span { border-color: #F5015C; }
span { border-color: rgb(245,1,92); }
td.TdClassName
{
border-color: #F5015C;
}
.TagClassName
{
border-color: #F5015C;
}
</style>