Shades of Violet Red #F63277
Tints of Violet Red #F63277
RGB
CMYK
RGB Variations
Color information
#F63277 (or 0xF63277) is known color: Violet Red. HEX triplet: F6, 32 and 77. RGB value is (246,50,119). Sum of RGB (Red+Green+Blue) = 246+50+119=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F63277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63277 is #09CD88. Grayscale: #747474. Windows color (decimal): -642441 or 7811830. OLE color: 7811830.
HSL color Cylindrical-coordinate representation of color #F63277: hue angle of 338.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63277 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 119 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.04 |
| HSL | 338.88º | 0.92% | 0.58% | - |
| HSV(B) | 338.88º | 0.8% | 0.96% | - |
| XYZ | 42.48 | 23.21 | 19.69 | - |
| YUV | 116.47 | 129.43 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 119 | 0 | 0.80 | 0.52 | 0.04 | 338.88 | 0.92 | 0.58 |
| Hex | F6 | 32 | 77 | 0 | 50 | 34 | 4 | 153 | 5C | 3A |
| Octal | 366 | 62 | 167 | 0 | 120 | 64 | 4 | 523 | 134 | 72 |
| Binary | 11110110 | 110010 | 1110111 | 0 | 1010000 | 110100 | 100 | 101010011 | 1011100 | 111010 |
Color Harmonies of #F63277
Complementary color
Monochromatic Colors of #F63277
Black with #F63277
Text Example
Text Example
White with #F63277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63277; }
p { color: rgb(246,50,119); }
H1.HeaderClassName
{
color: #F63277;
}
.AnyTagClassName
{
color: #F63277;
}
</style>
background-color css
<style>
a { background-color: #F63277; }
a { background-color: rgb(246,50,119); }
div.DivClassName
{
background-color: #F63277;
}
.BgClassName
{
background-color: #F63277;
}
</style>
border-color css
<style>
span { border-color: #F63277; }
span { border-color: rgb(246,50,119); }
td.TdClassName
{
border-color: #F63277;
}
.TagClassName
{
border-color: #F63277;
}
</style>