#F14076

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

Shades of Violet Red #F14076

Tints of Violet Red #F14076

Color information

#F14076 (or 0xF14076) is unknown color: approx Violet Red. HEX triplet: F1, 40 and 76. RGB value is (241,64,118). Sum of RGB (Red+Green+Blue) = 241+64+118=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F14076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14076 is #0EBF89. Grayscale: #7B7B7B. Windows color (decimal): -966538 or 7749873. OLE color: 7749873.

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

Color convert

RGB24164118-
CMYK00.730.510.05
HSL341.69º86.34%59.8%-
HSV(B)341.69º73.44%94.51%-
XYZ41.3823.6819.53-
YUV123.08125.14212.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=56.97%
G=15.13%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416411800.730.510.05341.6986.3459.8
HexF14076049335156563c
Octal361100166011163552612674
Binary1111000110000001110110010010011100111011010101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14076; }

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

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

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

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

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

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

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

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