#F04794

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

Shades of Violet Red #F04794

Tints of Violet Red #F04794

Color information

#F04794 (or 0xF04794) is unknown color: approx Violet Red. HEX triplet: F0, 47 and 94. RGB value is (240,71,148). Sum of RGB (Red+Green+Blue) = 240+71+148=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F04794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04794 is #0FB86B. Grayscale: #828282. Windows color (decimal): -1030252 or 9717744. OLE color: 9717744.

HSL color Cylindrical-coordinate representation of color #F04794: hue angle of 332.66º 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 #F04794 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB24071148-
CMYK00.700.380.06
HSL332.66º84.92%60.98%-
HSV(B)332.66º70.42%94.12%-
XYZ43.5325.1730.58-
YUV130.31137.99206.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 71 (28.12% from 255) = 15.47%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=52.29%
G=15.47%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407114800.700.380.06332.6684.9260.98
HexF0479404626614d553d
Octal360107224010646651512575
Binary11110000100011110010100010001101001101101010011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04794; }

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

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

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

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

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

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

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

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