#F14179

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

Shades of Violet Red #F14179

Tints of Violet Red #F14179

Color information

#F14179 (or 0xF14179) is unknown color: approx Violet Red. HEX triplet: F1, 41 and 79. RGB value is (241,65,121). Sum of RGB (Red+Green+Blue) = 241+65+121=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F14179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14179 is #0EBE86. Grayscale: #7B7B7B. Windows color (decimal): -966279 or 7946737. OLE color: 7946737.

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

Color convert

RGB24165121-
CMYK00.730.500.05
HSL340.91º86.27%60%-
HSV(B)340.91º73.03%94.51%-
XYZ41.6223.8620.5-
YUV124.01126.31211.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=56.44%
G=15.22%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416512100.730.500.05340.9186.2760
HexF14179049325155563c
Octal361101171011162552512674
Binary1111000110000011111001010010011100101011010101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14179; }

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

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

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

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

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

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

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

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