#F14078

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

Shades of Violet Red #F14078

Tints of Violet Red #F14078

Color information

#F14078 (or 0xF14078) is unknown color: approx Violet Red. HEX triplet: F1, 40 and 78. RGB value is (241,64,120). Sum of RGB (Red+Green+Blue) = 241+64+120=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F14078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14078 is #0EBF87. Grayscale: #7B7B7B. Windows color (decimal): -966536 or 7880945. OLE color: 7880945.

HSL color Cylindrical-coordinate representation of color #F14078: hue angle of 341.02º 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 #F14078 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB24164120-
CMYK00.730.500.05
HSL341.02º86.34%59.8%-
HSV(B)341.02º73.44%94.51%-
XYZ41.523.7220.16-
YUV123.31126.14211.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.71%
GREEN value IS 64 (25.39% from 255) = 15.06%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=56.71%
G=15.06%
B=28.24%

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
Decimal2416412000.730.500.05341.0286.3459.8
HexF14078049325155563c
Octal361100170011162552512674
Binary1111000110000001111000010010011100101011010101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14078; }

 p { color: rgb(241,64,120); }

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

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

 a { background-color: rgb(241,64,120); }

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

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

 span { border-color: rgb(241,64,120); }

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