#F73A80

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

Shades of Violet Red #F73A80

Tints of Violet Red #F73A80

Color information

#F73A80 (or 0xF73A80) is unknown color: approx Violet Red. HEX triplet: F7, 3A and 80. RGB value is (247,58,128). Sum of RGB (Red+Green+Blue) = 247+58+128=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73A80 is #08C57F. Grayscale: #7A7A7A. Windows color (decimal): -574848 or 8403703. OLE color: 8403703.

HSL color Cylindrical-coordinate representation of color #F73A80: hue angle of 337.78º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73A80 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB24758128-
CMYK00.770.480.03
HSL337.78º92.2%59.8%-
HSV(B)337.78º76.52%96.86%-
XYZ43.7724.3622.82-
YUV122.49131.12216.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.04%
GREEN value IS 58 (23.05% from 255) = 13.39%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=57.04%
G=13.39%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475812800.770.480.03337.7892.259.8
HexF73A8004D3031525c3c
Octal36772200011560352213474
Binary111101111110101000000001001101110000111010100101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A80; }

 p { color: rgb(247,58,128); }

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

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

 a { background-color: rgb(247,58,128); }

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

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

 span { border-color: rgb(247,58,128); }

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