#F74086

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

Shades of Violet Red #F74086

Tints of Violet Red #F74086

Color information

#F74086 (or 0xF74086) is unknown color: approx Violet Red. HEX triplet: F7, 40 and 86. RGB value is (247,64,134). Sum of RGB (Red+Green+Blue) = 247+64+134=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F74086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74086 is #08BF79. Grayscale: #7E7E7E. Windows color (decimal): -573306 or 8798455. OLE color: 8798455.

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

Color convert

RGB24764134-
CMYK00.740.460.03
HSL337.05º91.96%60.98%-
HSV(B)337.05º74.09%96.86%-
XYZ44.4925.1625.07-
YUV126.7132.13213.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.51%
GREEN value IS 64 (25.39% from 255) = 14.38%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=55.51%
G=14.38%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476413400.740.460.03337.0591.9660.98
HexF7408604A2E31515c3d
Octal367100206011256352113475
Binary1111011110000001000011001001010101110111010100011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74086; }

 p { color: rgb(247,64,134); }

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

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

 a { background-color: rgb(247,64,134); }

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

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

 span { border-color: rgb(247,64,134); }

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