Shades of Razzmatazz #F5056C
Tints of Razzmatazz #F5056C
RGB
CMYK
RGB Variations
Color information
#F5056C (or 0xF5056C) is known color: Razzmatazz. HEX triplet: F5, 05 and 6C. RGB value is (245,5,108). Sum of RGB (Red+Green+Blue) = 245+5+108=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5056C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5056C is #0AFA93. Grayscale: #585858. Windows color (decimal): -719508 or 7079413. OLE color: 7079413.
HSL color Cylindrical-coordinate representation of color #F5056C: hue angle of 334.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 #F5056C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.04 |
| HSL | 334.25º | 0.96% | 0.49% | - |
| HSV(B) | 334.25º | 0.98% | 0.96% | - |
| XYZ | 40.42 | 20.6 | 16.03 | - |
| YUV | 88.5 | 139.01 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 108 | 0 | 0.98 | 0.56 | 0.04 | 334.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | 6C | 0 | 62 | 38 | 4 | 14E | 60 | 31 |
| Octal | 365 | 5 | 154 | 0 | 142 | 70 | 4 | 516 | 140 | 61 |
| Binary | 11110101 | 101 | 1101100 | 0 | 1100010 | 111000 | 100 | 101001110 | 1100000 | 110001 |
Color Harmonies of #F5056C
Complementary color
Monochromatic Colors of #F5056C
Black with #F5056C
Text Example
Text Example
White with #F5056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5056C; }
p { color: rgb(245,5,108); }
H1.HeaderClassName
{
color: #F5056C;
}
.AnyTagClassName
{
color: #F5056C;
}
</style>
background-color css
<style>
a { background-color: #F5056C; }
a { background-color: rgb(245,5,108); }
div.DivClassName
{
background-color: #F5056C;
}
.BgClassName
{
background-color: #F5056C;
}
</style>
border-color css
<style>
span { border-color: #F5056C; }
span { border-color: rgb(245,5,108); }
td.TdClassName
{
border-color: #F5056C;
}
.TagClassName
{
border-color: #F5056C;
}
</style>