Shades of Razzmatazz #F51152
Tints of Razzmatazz #F51152
RGB
CMYK
RGB Variations
Color information
#F51152 (or 0xF51152) is known color: Razzmatazz. HEX triplet: F5, 11 and 52. RGB value is (245,17,82). Sum of RGB (Red+Green+Blue) = 245+17+82=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F51152 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51152 is #0AEEAD. Grayscale: #5C5C5C. Windows color (decimal): -716462 or 5378549. OLE color: 5378549.
HSL color Cylindrical-coordinate representation of color #F51152: hue angle of 342.89º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51152 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 82 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.04 |
| HSL | 342.89º | 0.92% | 0.51% | - |
| HSV(B) | 342.89º | 0.93% | 0.96% | - |
| XYZ | 39.38 | 20.42 | 9.85 | - |
| YUV | 92.58 | 122.04 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 82 | 0 | 0.93 | 0.67 | 0.04 | 342.89 | 0.92 | 0.51 |
| Hex | F5 | 11 | 52 | 0 | 5D | 43 | 4 | 157 | 5C | 33 |
| Octal | 365 | 21 | 122 | 0 | 135 | 103 | 4 | 527 | 134 | 63 |
| Binary | 11110101 | 10001 | 1010010 | 0 | 1011101 | 1000011 | 100 | 101010111 | 1011100 | 110011 |
Color Harmonies of #F51152
Complementary color
Monochromatic Colors of #F51152
Black with #F51152
Text Example
Text Example
White with #F51152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51152; }
p { color: rgb(245,17,82); }
H1.HeaderClassName
{
color: #F51152;
}
.AnyTagClassName
{
color: #F51152;
}
</style>
background-color css
<style>
a { background-color: #F51152; }
a { background-color: rgb(245,17,82); }
div.DivClassName
{
background-color: #F51152;
}
.BgClassName
{
background-color: #F51152;
}
</style>
border-color css
<style>
span { border-color: #F51152; }
span { border-color: rgb(245,17,82); }
td.TdClassName
{
border-color: #F51152;
}
.TagClassName
{
border-color: #F51152;
}
</style>