#F74394

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

Shades of Violet Red #F74394

Tints of Violet Red #F74394

Color information

#F74394 (or 0xF74394) is unknown color: approx Violet Red. HEX triplet: F7, 43 and 94. RGB value is (247,67,148). Sum of RGB (Red+Green+Blue) = 247+67+148=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F74394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74394 is #08BC6B. Grayscale: #818181. Windows color (decimal): -572524 or 9716727. OLE color: 9716727.

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

Color convert

RGB24767148-
CMYK00.730.400.03
HSL333º91.84%61.57%-
HSV(B)333º72.87%96.86%-
XYZ45.7125.9330.61-
YUV130.05138.13211.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.46%
GREEN value IS 67 (26.56% from 255) = 14.50%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=53.46%
G=14.50%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476714800.730.400.0333391.8461.57
HexF7439404928314d5c3e
Octal367103224011150351513476
Binary1111011110000111001010001001001101000111010011011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74394; }

 p { color: rgb(247,67,148); }

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

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

 a { background-color: rgb(247,67,148); }

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

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

 span { border-color: rgb(247,67,148); }

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