#F04790

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

Shades of Violet Red #F04790

Tints of Violet Red #F04790

Color information

#F04790 (or 0xF04790) is unknown color: approx Violet Red. HEX triplet: F0, 47 and 90. RGB value is (240,71,144). Sum of RGB (Red+Green+Blue) = 240+71+144=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04790 is #0FB86F. Grayscale: #818181. Windows color (decimal): -1030256 or 9455600. OLE color: 9455600.

HSL color Cylindrical-coordinate representation of color #F04790: hue angle of 334.08º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04790 is Cyan = 0, Magento = 0.70, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB24071144-
CMYK00.700.40.06
HSL334.08º84.92%60.98%-
HSV(B)334.08º70.42%94.12%-
XYZ43.2225.0528.94-
YUV129.85135.99206.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 71 (28.12% from 255) = 15.60%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=52.75%
G=15.60%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407114400.700.40.06334.0884.9260.98
HexF0479004628614e553d
Octal360107220010650651612575
Binary11110000100011110010000010001101010001101010011101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04790; }

 p { color: rgb(240,71,144); }

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

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

 a { background-color: rgb(240,71,144); }

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

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

 span { border-color: rgb(240,71,144); }

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