#F04179

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

Shades of Violet Red #F04179

Tints of Violet Red #F04179

Color information

#F04179 (or 0xF04179) is unknown color: approx Violet Red. HEX triplet: F0, 41 and 79. RGB value is (240,65,121). Sum of RGB (Red+Green+Blue) = 240+65+121=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F04179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04179 is #0FBE86. Grayscale: #7B7B7B. Windows color (decimal): -1031815 or 7946736. OLE color: 7946736.

HSL color Cylindrical-coordinate representation of color #F04179: hue angle of 340.8º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04179 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB24065121-
CMYK00.730.500.06
HSL340.8º85.37%59.8%-
HSV(B)340.8º72.92%94.12%-
XYZ41.2823.6920.49-
YUV123.71126.48210.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.34%
GREEN value IS 65 (25.78% from 255) = 15.26%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=56.34%
G=15.26%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406512100.730.500.06340.885.3759.8
HexF04179049326155553c
Octal360101171011162652512574
Binary1111000010000011111001010010011100101101010101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04179; }

 p { color: rgb(240,65,121); }

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

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

 a { background-color: rgb(240,65,121); }

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

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

 span { border-color: rgb(240,65,121); }

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