#F62C80

Color #F62C80 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F62C80

Tints of Violet Red #F62C80

Color information

#F62C80 (or 0xF62C80) is unknown color: approx Violet Red. HEX triplet: F6, 2C and 80. RGB value is (246,44,128). Sum of RGB (Red+Green+Blue) = 246+44+128=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62C80 is #09D37F. Grayscale: #717171. Windows color (decimal): -643968 or 8400118. OLE color: 8400118.

HSL color Cylindrical-coordinate representation of color #F62C80: hue angle of 335.05º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62C80 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24644128-
CMYK00.820.480.04
HSL335.05º91.82%56.86%-
HSV(B)335.05º82.11%96.47%-
XYZ42.822.9522.6-
YUV113.97135.92222.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 58.85%
GREEN value IS 44 (17.58% from 255) = 10.53%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=58.85%
G=10.53%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2464412800.820.480.04335.0591.8256.86
HexF62C8005230414f5c39
Octal36654200012260451713471
Binary1111011010110010000000010100101100001001010011111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F62C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F62C80; }

 p { color: rgb(246,44,128); }

 H1.HeaderClassName
 {
   color: #F62C80;
 }
 .AnyTagClassName
 {
   color: #F62C80;
 }
</style>
background-color css

<style>
 a { background-color: #F62C80; }

 a { background-color: rgb(246,44,128); }

 div.DivClassName
 {
   background-color: #F62C80;
 }
 .BgClassName
 {
   background-color: #F62C80;
 }
</style>
border-color css

<style>
 span { border-color: #F62C80; }

 span { border-color: rgb(246,44,128); }

 td.TdClassName
 {
   border-color: #F62C80;
 }
 .TagClassName
 {
   border-color: #F62C80;
 }
</style>