Shades of Violet Red #F6428F
Tints of Violet Red #F6428F
RGB
CMYK
RGB Variations
Color information
#F6428F (or 0xF6428F) is known color: Violet Red. HEX triplet: F6, 42 and 8F. RGB value is (246,66,143). Sum of RGB (Red+Green+Blue) = 246+66+143=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6428F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6428F is #09BD70. Grayscale: #808080. Windows color (decimal): -638321 or 9388790. OLE color: 9388790.
HSL color Cylindrical-coordinate representation of color #F6428F: hue angle of 334.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6428F is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 143 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.04 |
| HSL | 334.33º | 0.91% | 0.61% | - |
| HSV(B) | 334.33º | 0.73% | 0.96% | - |
| XYZ | 44.91 | 25.47 | 28.54 | - |
| YUV | 128.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 143 | 0 | 0.73 | 0.42 | 0.04 | 334.33 | 0.91 | 0.61 |
| Hex | F6 | 42 | 8F | 0 | 49 | 2A | 4 | 14E | 5B | 3D |
| Octal | 366 | 102 | 217 | 0 | 111 | 52 | 4 | 516 | 133 | 75 |
| Binary | 11110110 | 1000010 | 10001111 | 0 | 1001001 | 101010 | 100 | 101001110 | 1011011 | 111101 |
Color Harmonies of #F6428F
Complementary color
Monochromatic Colors of #F6428F
Black with #F6428F
Text Example
Text Example
White with #F6428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6428F; }
p { color: rgb(246,66,143); }
H1.HeaderClassName
{
color: #F6428F;
}
.AnyTagClassName
{
color: #F6428F;
}
</style>
background-color css
<style>
a { background-color: #F6428F; }
a { background-color: rgb(246,66,143); }
div.DivClassName
{
background-color: #F6428F;
}
.BgClassName
{
background-color: #F6428F;
}
</style>
border-color css
<style>
span { border-color: #F6428F; }
span { border-color: rgb(246,66,143); }
td.TdClassName
{
border-color: #F6428F;
}
.TagClassName
{
border-color: #F6428F;
}
</style>