Shades of Razzmatazz #F5055C
Tints of Razzmatazz #F5055C
RGB
CMYK
RGB Variations
Color information
#F5055C (or 0xF5055C) is known color: Razzmatazz. HEX triplet: F5, 05 and 5C. RGB value is (245,5,92). Sum of RGB (Red+Green+Blue) = 245+5+92=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F5055C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5055C is #0AFAA3. Grayscale: #565656. Windows color (decimal): -719524 or 6030837. OLE color: 6030837.
HSL color Cylindrical-coordinate representation of color #F5055C: hue angle of 338.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5055C is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 92 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.04 |
| HSL | 338.25º | 0.96% | 0.49% | - |
| HSV(B) | 338.25º | 0.98% | 0.96% | - |
| XYZ | 39.64 | 20.29 | 11.95 | - |
| YUV | 86.68 | 131.01 | 240.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 92 | 0 | 0.98 | 0.62 | 0.04 | 338.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | 5C | 0 | 62 | 3E | 4 | 152 | 60 | 31 |
| Octal | 365 | 5 | 134 | 0 | 142 | 76 | 4 | 522 | 140 | 61 |
| Binary | 11110101 | 101 | 1011100 | 0 | 1100010 | 111110 | 100 | 101010010 | 1100000 | 110001 |
Color Harmonies of #F5055C
Complementary color
Monochromatic Colors of #F5055C
Black with #F5055C
Text Example
Text Example
White with #F5055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5055C; }
p { color: rgb(245,5,92); }
H1.HeaderClassName
{
color: #F5055C;
}
.AnyTagClassName
{
color: #F5055C;
}
</style>
background-color css
<style>
a { background-color: #F5055C; }
a { background-color: rgb(245,5,92); }
div.DivClassName
{
background-color: #F5055C;
}
.BgClassName
{
background-color: #F5055C;
}
</style>
border-color css
<style>
span { border-color: #F5055C; }
span { border-color: rgb(245,5,92); }
td.TdClassName
{
border-color: #F5055C;
}
.TagClassName
{
border-color: #F5055C;
}
</style>