Shades of Violet Red #F6427B
Tints of Violet Red #F6427B
RGB
CMYK
RGB Variations
Color information
#F6427B (or 0xF6427B) is known color: Violet Red. HEX triplet: F6, 42 and 7B. RGB value is (246,66,123). Sum of RGB (Red+Green+Blue) = 246+66+123=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F6427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6427B is #09BD84. Grayscale: #7E7E7E. Windows color (decimal): -638341 or 8078070. OLE color: 8078070.
HSL color Cylindrical-coordinate representation of color #F6427B: hue angle of 341º 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 #F6427B is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 123 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.04 |
| HSL | 341º | 0.91% | 0.61% | - |
| HSV(B) | 341º | 0.73% | 0.96% | - |
| XYZ | 43.53 | 24.92 | 21.25 | - |
| YUV | 126.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 123 | 0 | 0.73 | 0.50 | 0.04 | 341 | 0.91 | 0.61 |
| Hex | F6 | 42 | 7B | 0 | 49 | 32 | 4 | 155 | 5B | 3D |
| Octal | 366 | 102 | 173 | 0 | 111 | 62 | 4 | 525 | 133 | 75 |
| Binary | 11110110 | 1000010 | 1111011 | 0 | 1001001 | 110010 | 100 | 101010101 | 1011011 | 111101 |
Color Harmonies of #F6427B
Complementary color
Monochromatic Colors of #F6427B
Black with #F6427B
Text Example
Text Example
White with #F6427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6427B; }
p { color: rgb(246,66,123); }
H1.HeaderClassName
{
color: #F6427B;
}
.AnyTagClassName
{
color: #F6427B;
}
</style>
background-color css
<style>
a { background-color: #F6427B; }
a { background-color: rgb(246,66,123); }
div.DivClassName
{
background-color: #F6427B;
}
.BgClassName
{
background-color: #F6427B;
}
</style>
border-color css
<style>
span { border-color: #F6427B; }
span { border-color: rgb(246,66,123); }
td.TdClassName
{
border-color: #F6427B;
}
.TagClassName
{
border-color: #F6427B;
}
</style>