Shades of Razzmatazz #F5145F
Tints of Razzmatazz #F5145F
RGB
CMYK
RGB Variations
Color information
#F5145F (or 0xF5145F) is known color: Razzmatazz. HEX triplet: F5, 14 and 5F. RGB value is (245,20,95). Sum of RGB (Red+Green+Blue) = 245+20+95=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5145F is #0AEBA0. Grayscale: #5F5F5F. Windows color (decimal): -715681 or 6231285. OLE color: 6231285.
HSL color Cylindrical-coordinate representation of color #F5145F: hue angle of 340º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5145F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 95 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.04 |
| HSL | 340º | 0.92% | 0.52% | - |
| HSV(B) | 340º | 0.92% | 0.96% | - |
| XYZ | 39.97 | 20.74 | 12.72 | - |
| YUV | 95.83 | 127.54 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 95 | 0 | 0.92 | 0.61 | 0.04 | 340 | 0.92 | 0.52 |
| Hex | F5 | 14 | 5F | 0 | 5C | 3D | 4 | 154 | 5C | 34 |
| Octal | 365 | 24 | 137 | 0 | 134 | 75 | 4 | 524 | 134 | 64 |
| Binary | 11110101 | 10100 | 1011111 | 0 | 1011100 | 111101 | 100 | 101010100 | 1011100 | 110100 |
Color Harmonies of #F5145F
Complementary color
Monochromatic Colors of #F5145F
Black with #F5145F
Text Example
Text Example
White with #F5145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5145F; }
p { color: rgb(245,20,95); }
H1.HeaderClassName
{
color: #F5145F;
}
.AnyTagClassName
{
color: #F5145F;
}
</style>
background-color css
<style>
a { background-color: #F5145F; }
a { background-color: rgb(245,20,95); }
div.DivClassName
{
background-color: #F5145F;
}
.BgClassName
{
background-color: #F5145F;
}
</style>
border-color css
<style>
span { border-color: #F5145F; }
span { border-color: rgb(245,20,95); }
td.TdClassName
{
border-color: #F5145F;
}
.TagClassName
{
border-color: #F5145F;
}
</style>