#F14395

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

Shades of Violet Red #F14395

Tints of Violet Red #F14395

Color information

#F14395 (or 0xF14395) is unknown color: approx Violet Red. HEX triplet: F1, 43 and 95. RGB value is (241,67,149). Sum of RGB (Red+Green+Blue) = 241+67+149=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F14395 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14395 is #0EBC6A. Grayscale: #808080. Windows color (decimal): -965739 or 9782257. OLE color: 9782257.

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

Color convert

RGB24167149-
CMYK00.720.380.05
HSL331.72º86.14%60.39%-
HSV(B)331.72º72.2%94.51%-
XYZ43.7124.8930.93-
YUV128.37139.65208.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.74%
GREEN value IS 67 (26.56% from 255) = 14.66%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=52.74%
G=14.66%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416714900.720.380.05331.7286.1460.39
HexF1439504826514c563c
Octal361103225011046551412674
Binary11110001100001110010101010010001001101011010011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14395; }

 p { color: rgb(241,67,149); }

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

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

 a { background-color: rgb(241,67,149); }

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

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

 span { border-color: rgb(241,67,149); }

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