Shades of Razzmatazz #F6185C
Tints of Razzmatazz #F6185C
RGB
CMYK
RGB Variations
Color information
#F6185C (or 0xF6185C) is known color: Razzmatazz. HEX triplet: F6, 18 and 5C. RGB value is (246,24,92). Sum of RGB (Red+Green+Blue) = 246+24+92=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F6185C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6185C is #09E7A3. Grayscale: #626262. Windows color (decimal): -649124 or 6035702. OLE color: 6035702.
HSL color Cylindrical-coordinate representation of color #F6185C: hue angle of 341.62º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6185C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 92 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.04 |
| HSL | 341.62º | 0.93% | 0.53% | - |
| HSV(B) | 341.62º | 0.9% | 0.96% | - |
| XYZ | 40.26 | 21.02 | 12.06 | - |
| YUV | 98.13 | 124.55 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 92 | 0 | 0.90 | 0.63 | 0.04 | 341.62 | 0.93 | 0.53 |
| Hex | F6 | 18 | 5C | 0 | 5A | 3F | 4 | 156 | 5C | 35 |
| Octal | 366 | 30 | 134 | 0 | 132 | 77 | 4 | 526 | 134 | 65 |
| Binary | 11110110 | 11000 | 1011100 | 0 | 1011010 | 111111 | 100 | 101010110 | 1011100 | 110101 |
Color Harmonies of #F6185C
Complementary color
Monochromatic Colors of #F6185C
Black with #F6185C
Text Example
Text Example
White with #F6185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6185C; }
p { color: rgb(246,24,92); }
H1.HeaderClassName
{
color: #F6185C;
}
.AnyTagClassName
{
color: #F6185C;
}
</style>
background-color css
<style>
a { background-color: #F6185C; }
a { background-color: rgb(246,24,92); }
div.DivClassName
{
background-color: #F6185C;
}
.BgClassName
{
background-color: #F6185C;
}
</style>
border-color css
<style>
span { border-color: #F6185C; }
span { border-color: rgb(246,24,92); }
td.TdClassName
{
border-color: #F6185C;
}
.TagClassName
{
border-color: #F6185C;
}
</style>