Shades of Razzmatazz #F6095C
Tints of Razzmatazz #F6095C
RGB
CMYK
RGB Variations
Color information
#F6095C (or 0xF6095C) is known color: Razzmatazz. HEX triplet: F6, 09 and 5C. RGB value is (246,9,92). Sum of RGB (Red+Green+Blue) = 246+9+92=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F6095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6095C is #09F6A3. Grayscale: #595959. Windows color (decimal): -652964 or 6031862. OLE color: 6031862.
HSL color Cylindrical-coordinate representation of color #F6095C: hue angle of 338.99º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6095C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.04 |
| HSL | 338.99º | 0.93% | 0.5% | - |
| HSV(B) | 338.99º | 0.96% | 0.96% | - |
| XYZ | 40.04 | 20.56 | 11.98 | - |
| YUV | 89.33 | 129.52 | 239.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 92 | 0 | 0.96 | 0.63 | 0.04 | 338.99 | 0.93 | 0.5 |
| Hex | F6 | 9 | 5C | 0 | 60 | 3F | 4 | 153 | 5D | 32 |
| Octal | 366 | 11 | 134 | 0 | 140 | 77 | 4 | 523 | 135 | 62 |
| Binary | 11110110 | 1001 | 1011100 | 0 | 1100000 | 111111 | 100 | 101010011 | 1011101 | 110010 |
Color Harmonies of #F6095C
Complementary color
Monochromatic Colors of #F6095C
Black with #F6095C
Text Example
Text Example
White with #F6095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6095C; }
p { color: rgb(246,9,92); }
H1.HeaderClassName
{
color: #F6095C;
}
.AnyTagClassName
{
color: #F6095C;
}
</style>
background-color css
<style>
a { background-color: #F6095C; }
a { background-color: rgb(246,9,92); }
div.DivClassName
{
background-color: #F6095C;
}
.BgClassName
{
background-color: #F6095C;
}
</style>
border-color css
<style>
span { border-color: #F6095C; }
span { border-color: rgb(246,9,92); }
td.TdClassName
{
border-color: #F6095C;
}
.TagClassName
{
border-color: #F6095C;
}
</style>