Shades of Razzmatazz #F6145D
Tints of Razzmatazz #F6145D
RGB
CMYK
RGB Variations
Color information
#F6145D (or 0xF6145D) is known color: Razzmatazz. HEX triplet: F6, 14 and 5D. RGB value is (246,20,93). Sum of RGB (Red+Green+Blue) = 246+20+93=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F6145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6145D is #09EBA2. Grayscale: #5F5F5F. Windows color (decimal): -650147 or 6100214. OLE color: 6100214.
HSL color Cylindrical-coordinate representation of color #F6145D: hue angle of 340.62º degrees, saturation: 0.93, 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 #F6145D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.04 |
| HSL | 340.62º | 0.93% | 0.52% | - |
| HSV(B) | 340.62º | 0.92% | 0.96% | - |
| XYZ | 40.23 | 20.88 | 12.27 | - |
| YUV | 95.9 | 126.37 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 93 | 0 | 0.92 | 0.62 | 0.04 | 340.62 | 0.93 | 0.52 |
| Hex | F6 | 14 | 5D | 0 | 5C | 3E | 4 | 155 | 5D | 34 |
| Octal | 366 | 24 | 135 | 0 | 134 | 76 | 4 | 525 | 135 | 64 |
| Binary | 11110110 | 10100 | 1011101 | 0 | 1011100 | 111110 | 100 | 101010101 | 1011101 | 110100 |
Color Harmonies of #F6145D
Complementary color
Monochromatic Colors of #F6145D
Black with #F6145D
Text Example
Text Example
White with #F6145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6145D; }
p { color: rgb(246,20,93); }
H1.HeaderClassName
{
color: #F6145D;
}
.AnyTagClassName
{
color: #F6145D;
}
</style>
background-color css
<style>
a { background-color: #F6145D; }
a { background-color: rgb(246,20,93); }
div.DivClassName
{
background-color: #F6145D;
}
.BgClassName
{
background-color: #F6145D;
}
</style>
border-color css
<style>
span { border-color: #F6145D; }
span { border-color: rgb(246,20,93); }
td.TdClassName
{
border-color: #F6145D;
}
.TagClassName
{
border-color: #F6145D;
}
</style>