#F73A7F

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

Shades of Violet Red #F73A7F

Tints of Violet Red #F73A7F

Color information

#F73A7F (or 0xF73A7F) is unknown color: approx Violet Red. HEX triplet: F7, 3A and 7F. RGB value is (247,58,127). Sum of RGB (Red+Green+Blue) = 247+58+127=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73A7F is #08C580. Grayscale: #7A7A7A. Windows color (decimal): -574849 or 8338167. OLE color: 8338167.

HSL color Cylindrical-coordinate representation of color #F73A7F: hue angle of 338.1º 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 #F73A7F is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB24758127-
CMYK00.770.490.03
HSL338.1º92.2%59.8%-
HSV(B)338.1º76.52%96.86%-
XYZ43.724.3322.47-
YUV122.38130.62216.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.18%
GREEN value IS 58 (23.05% from 255) = 13.43%
BLUE value IS 127 (50% from 255) = 29.40%
R=57.18%
G=13.43%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475812700.770.490.03338.192.259.8
HexF73A7F04D3131525c3c
Octal36772177011561352213474
Binary11110111111010111111101001101110001111010100101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A7F; }

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

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

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

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

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

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

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

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