Shades of Razzmatazz #F5165C
Tints of Razzmatazz #F5165C
RGB
CMYK
RGB Variations
Color information
#F5165C (or 0xF5165C) is known color: Razzmatazz. HEX triplet: F5, 16 and 5C. RGB value is (245,22,92). Sum of RGB (Red+Green+Blue) = 245+22+92=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5165C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5165C is #0AE9A3. Grayscale: #606060. Windows color (decimal): -715172 or 6035189. OLE color: 6035189.
HSL color Cylindrical-coordinate representation of color #F5165C: hue angle of 341.17º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5165C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 92 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.04 |
| HSL | 341.17º | 0.92% | 0.52% | - |
| HSV(B) | 341.17º | 0.91% | 0.96% | - |
| XYZ | 39.87 | 20.76 | 12.03 | - |
| YUV | 96.66 | 125.38 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 92 | 0 | 0.91 | 0.62 | 0.04 | 341.17 | 0.92 | 0.52 |
| Hex | F5 | 16 | 5C | 0 | 5B | 3E | 4 | 155 | 5C | 34 |
| Octal | 365 | 26 | 134 | 0 | 133 | 76 | 4 | 525 | 134 | 64 |
| Binary | 11110101 | 10110 | 1011100 | 0 | 1011011 | 111110 | 100 | 101010101 | 1011100 | 110100 |
Color Harmonies of #F5165C
Complementary color
Monochromatic Colors of #F5165C
Black with #F5165C
Text Example
Text Example
White with #F5165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5165C; }
p { color: rgb(245,22,92); }
H1.HeaderClassName
{
color: #F5165C;
}
.AnyTagClassName
{
color: #F5165C;
}
</style>
background-color css
<style>
a { background-color: #F5165C; }
a { background-color: rgb(245,22,92); }
div.DivClassName
{
background-color: #F5165C;
}
.BgClassName
{
background-color: #F5165C;
}
</style>
border-color css
<style>
span { border-color: #F5165C; }
span { border-color: rgb(245,22,92); }
td.TdClassName
{
border-color: #F5165C;
}
.TagClassName
{
border-color: #F5165C;
}
</style>