#F14175

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

Shades of Violet Red #F14175

Tints of Violet Red #F14175

Color information

#F14175 (or 0xF14175) is unknown color: approx Violet Red. HEX triplet: F1, 41 and 75. RGB value is (241,65,117). Sum of RGB (Red+Green+Blue) = 241+65+117=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F14175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14175 is #0EBE8A. Grayscale: #7B7B7B. Windows color (decimal): -966283 or 7684593. OLE color: 7684593.

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

Color convert

RGB24165117-
CMYK00.730.510.05
HSL342.27º86.27%60%-
HSV(B)342.27º73.03%94.51%-
XYZ41.3823.7719.24-
YUV123.55124.31211.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=56.97%
G=15.37%
B=27.66%

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
Decimal2416511700.730.510.05342.2786.2760
HexF14175049335156563c
Octal361101165011163552612674
Binary1111000110000011110101010010011100111011010101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14175; }

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

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

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

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

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

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

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

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