Shades of Razzmatazz #F6095D
Tints of Razzmatazz #F6095D
RGB
CMYK
RGB Variations
Color information
#F6095D (or 0xF6095D) is known color: Razzmatazz. HEX triplet: F6, 09 and 5D. RGB value is (246,9,93). Sum of RGB (Red+Green+Blue) = 246+9+93=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F6095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6095D is #09F6A2. Grayscale: #595959. Windows color (decimal): -652963 or 6097398. OLE color: 6097398.
HSL color Cylindrical-coordinate representation of color #F6095D: hue angle of 338.73º 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 #F6095D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.04 |
| HSL | 338.73º | 0.93% | 0.5% | - |
| HSV(B) | 338.73º | 0.96% | 0.96% | - |
| XYZ | 40.08 | 20.58 | 12.22 | - |
| YUV | 89.44 | 130.02 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 93 | 0 | 0.96 | 0.62 | 0.04 | 338.73 | 0.93 | 0.5 |
| Hex | F6 | 9 | 5D | 0 | 60 | 3E | 4 | 153 | 5D | 32 |
| Octal | 366 | 11 | 135 | 0 | 140 | 76 | 4 | 523 | 135 | 62 |
| Binary | 11110110 | 1001 | 1011101 | 0 | 1100000 | 111110 | 100 | 101010011 | 1011101 | 110010 |
Color Harmonies of #F6095D
Complementary color
Monochromatic Colors of #F6095D
Black with #F6095D
Text Example
Text Example
White with #F6095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6095D; }
p { color: rgb(246,9,93); }
H1.HeaderClassName
{
color: #F6095D;
}
.AnyTagClassName
{
color: #F6095D;
}
</style>
background-color css
<style>
a { background-color: #F6095D; }
a { background-color: rgb(246,9,93); }
div.DivClassName
{
background-color: #F6095D;
}
.BgClassName
{
background-color: #F6095D;
}
</style>
border-color css
<style>
span { border-color: #F6095D; }
span { border-color: rgb(246,9,93); }
td.TdClassName
{
border-color: #F6095D;
}
.TagClassName
{
border-color: #F6095D;
}
</style>