#F72E81

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

Shades of Violet Red #F72E81

Tints of Violet Red #F72E81

Color information

#F72E81 (or 0xF72E81) is unknown color: approx Violet Red. HEX triplet: F7, 2E and 81. RGB value is (247,46,129). Sum of RGB (Red+Green+Blue) = 247+46+129=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F72E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72E81 is #08D17E. Grayscale: #737373. Windows color (decimal): -577919 or 8466167. OLE color: 8466167.

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

Color convert

RGB24746129-
CMYK00.810.480.03
HSL335.22º92.63%57.45%-
HSV(B)335.22º81.38%96.86%-
XYZ43.323.3122.99-
YUV115.56135.59221.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.53%
GREEN value IS 46 (18.36% from 255) = 10.90%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=58.53%
G=10.90%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474612900.810.480.03335.2292.6357.45
HexF72E8105130314f5d39
Octal36756201012160351713571
Binary111101111011101000000101010001110000111010011111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72E81; }

 p { color: rgb(247,46,129); }

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

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

 a { background-color: rgb(247,46,129); }

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

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

 span { border-color: rgb(247,46,129); }

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