#F73A7E

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

Shades of Violet Red #F73A7E

Tints of Violet Red #F73A7E

Color information

#F73A7E (or 0xF73A7E) is unknown color: approx Violet Red. HEX triplet: F7, 3A and 7E. RGB value is (247,58,126). Sum of RGB (Red+Green+Blue) = 247+58+126=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73A7E is #08C581. Grayscale: #7A7A7A. Windows color (decimal): -574850 or 8272631. OLE color: 8272631.

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

Color convert

RGB24758126-
CMYK00.770.490.03
HSL338.41º92.2%59.8%-
HSV(B)338.41º76.52%96.86%-
XYZ43.6424.3122.13-
YUV122.26130.12216.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.31%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=57.31%
G=13.46%
B=29.23%

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
Decimal2475812600.770.490.03338.4192.259.8
HexF73A7E04D3131525c3c
Octal36772176011561352213474
Binary11110111111010111111001001101110001111010100101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A7E; }

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

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

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

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

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

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

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

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