#F63B80

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

Shades of Violet Red #F63B80

Tints of Violet Red #F63B80

Color information

#F63B80 (or 0xF63B80) is unknown color: approx Violet Red. HEX triplet: F6, 3B and 80. RGB value is (246,59,128). Sum of RGB (Red+Green+Blue) = 246+59+128=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63B80 is #09C47F. Grayscale: #7A7A7A. Windows color (decimal): -640128 or 8403958. OLE color: 8403958.

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

Color convert

RGB24659128-
CMYK00.760.480.04
HSL337.86º91.22%59.8%-
HSV(B)337.86º76.02%96.47%-
XYZ43.4724.2822.82-
YUV122.78130.95215.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.81%
GREEN value IS 59 (23.44% from 255) = 13.63%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=56.81%
G=13.63%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465912800.760.480.04337.8691.2259.8
HexF63B8004C3041525b3c
Octal36673200011460452213374
Binary1111011011101110000000010011001100001001010100101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63B80; }

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

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

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

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

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

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

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

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