#F74782

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

Shades of Violet Red #F74782

Tints of Violet Red #F74782

Color information

#F74782 (or 0xF74782) is unknown color: approx Violet Red. HEX triplet: F7, 47 and 82. RGB value is (247,71,130). Sum of RGB (Red+Green+Blue) = 247+71+130=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F74782 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74782 is #08B87D. Grayscale: #828282. Windows color (decimal): -571518 or 8538103. OLE color: 8538103.

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

Color convert

RGB24771130-
CMYK00.710.470.03
HSL339.89º91.67%62.35%-
HSV(B)339.89º71.26%96.86%-
XYZ44.6425.8923.76-
YUV130.35127.81211.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.13%
GREEN value IS 71 (28.12% from 255) = 15.85%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=55.13%
G=15.85%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477113000.710.470.03339.8991.6762.35
HexF747820472F31545c3e
Octal367107202010757352413476
Binary1111011110001111000001001000111101111111010101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74782; }

 p { color: rgb(247,71,130); }

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

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

 a { background-color: rgb(247,71,130); }

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

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

 span { border-color: rgb(247,71,130); }

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