#F14186

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

Shades of Violet Red #F14186

Tints of Violet Red #F14186

Color information

#F14186 (or 0xF14186) is unknown color: approx Violet Red. HEX triplet: F1, 41 and 86. RGB value is (241,65,134). Sum of RGB (Red+Green+Blue) = 241+65+134=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F14186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14186 is #0EBE79. Grayscale: #7D7D7D. Windows color (decimal): -966266 or 8798705. OLE color: 8798705.

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

Color convert

RGB24165134-
CMYK00.730.440.05
HSL336.48º86.27%60%-
HSV(B)336.48º73.03%94.51%-
XYZ42.4724.224.99-
YUV125.49132.81210.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.77%
GREEN value IS 65 (25.78% from 255) = 14.77%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=54.77%
G=14.77%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416513400.730.440.05336.4886.2760
HexF141860492C5150563c
Octal361101206011154552012674
Binary11110001100000110000110010010011011001011010100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14186; }

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

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

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

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

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

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

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

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