Shades of Violet Red #F6468B
Tints of Violet Red #F6468B
RGB
CMYK
RGB Variations
Color information
#F6468B (or 0xF6468B) is known color: Violet Red. HEX triplet: F6, 46 and 8B. RGB value is (246,70,139). Sum of RGB (Red+Green+Blue) = 246+70+139=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6468B is #09B974. Grayscale: #828282. Windows color (decimal): -637301 or 9127670. OLE color: 9127670.
HSL color Cylindrical-coordinate representation of color #F6468B: hue angle of 336.48º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6468B is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 139 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.04 |
| HSL | 336.48º | 0.91% | 0.62% | - |
| HSV(B) | 336.48º | 0.72% | 0.96% | - |
| XYZ | 44.86 | 25.84 | 27.05 | - |
| YUV | 130.49 | 132.81 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 139 | 0 | 0.72 | 0.43 | 0.04 | 336.48 | 0.91 | 0.62 |
| Hex | F6 | 46 | 8B | 0 | 48 | 2B | 4 | 150 | 5B | 3E |
| Octal | 366 | 106 | 213 | 0 | 110 | 53 | 4 | 520 | 133 | 76 |
| Binary | 11110110 | 1000110 | 10001011 | 0 | 1001000 | 101011 | 100 | 101010000 | 1011011 | 111110 |
Color Harmonies of #F6468B
Complementary color
Monochromatic Colors of #F6468B
Black with #F6468B
Text Example
Text Example
White with #F6468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6468B; }
p { color: rgb(246,70,139); }
H1.HeaderClassName
{
color: #F6468B;
}
.AnyTagClassName
{
color: #F6468B;
}
</style>
background-color css
<style>
a { background-color: #F6468B; }
a { background-color: rgb(246,70,139); }
div.DivClassName
{
background-color: #F6468B;
}
.BgClassName
{
background-color: #F6468B;
}
</style>
border-color css
<style>
span { border-color: #F6468B; }
span { border-color: rgb(246,70,139); }
td.TdClassName
{
border-color: #F6468B;
}
.TagClassName
{
border-color: #F6468B;
}
</style>