Shades of Razzmatazz #F5065C
Tints of Razzmatazz #F5065C
RGB
CMYK
RGB Variations
Color information
#F5065C (or 0xF5065C) is known color: Razzmatazz. HEX triplet: F5, 06 and 5C. RGB value is (245,6,92). Sum of RGB (Red+Green+Blue) = 245+6+92=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5065C is #0AF9A3. Grayscale: #575757. Windows color (decimal): -719268 or 6031093. OLE color: 6031093.
HSL color Cylindrical-coordinate representation of color #F5065C: hue angle of 338.41º degrees, saturation: 0.95, 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 #F5065C is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 92 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.04 |
| HSL | 338.41º | 0.95% | 0.49% | - |
| HSV(B) | 338.41º | 0.98% | 0.96% | - |
| XYZ | 39.65 | 20.32 | 11.96 | - |
| YUV | 87.27 | 130.68 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 92 | 0 | 0.98 | 0.62 | 0.04 | 338.41 | 0.95 | 0.49 |
| Hex | F5 | 6 | 5C | 0 | 62 | 3E | 4 | 152 | 5F | 31 |
| Octal | 365 | 6 | 134 | 0 | 142 | 76 | 4 | 522 | 137 | 61 |
| Binary | 11110101 | 110 | 1011100 | 0 | 1100010 | 111110 | 100 | 101010010 | 1011111 | 110001 |
Color Harmonies of #F5065C
Complementary color
Monochromatic Colors of #F5065C
Black with #F5065C
Text Example
Text Example
White with #F5065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5065C; }
p { color: rgb(245,6,92); }
H1.HeaderClassName
{
color: #F5065C;
}
.AnyTagClassName
{
color: #F5065C;
}
</style>
background-color css
<style>
a { background-color: #F5065C; }
a { background-color: rgb(245,6,92); }
div.DivClassName
{
background-color: #F5065C;
}
.BgClassName
{
background-color: #F5065C;
}
</style>
border-color css
<style>
span { border-color: #F5065C; }
span { border-color: rgb(245,6,92); }
td.TdClassName
{
border-color: #F5065C;
}
.TagClassName
{
border-color: #F5065C;
}
</style>