#F14393

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

Shades of Violet Red #F14393

Tints of Violet Red #F14393

Color information

#F14393 (or 0xF14393) is unknown color: approx Violet Red. HEX triplet: F1, 43 and 93. RGB value is (241,67,147). Sum of RGB (Red+Green+Blue) = 241+67+147=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F14393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14393 is #0EBC6C. Grayscale: #808080. Windows color (decimal): -965741 or 9651185. OLE color: 9651185.

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

Color convert

RGB24167147-
CMYK00.720.390.05
HSL332.41º86.14%60.39%-
HSV(B)332.41º72.2%94.51%-
XYZ43.5524.8230.1-
YUV128.15138.65208.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 67 (26.56% from 255) = 14.73%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=52.97%
G=14.73%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416714700.720.390.05332.4186.1460.39
HexF1439304827514c563c
Octal361103223011047551412674
Binary11110001100001110010011010010001001111011010011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14393; }

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

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

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

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

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

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

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

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