#F14199

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

Shades of Violet Red #F14199

Tints of Violet Red #F14199

Color information

#F14199 (or 0xF14199) is unknown color: approx Violet Red. HEX triplet: F1, 41 and 99. RGB value is (241,65,153). Sum of RGB (Red+Green+Blue) = 241+65+153=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F14199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14199 is #0EBE66. Grayscale: #7F7F7F. Windows color (decimal): -966247 or 10043889. OLE color: 10043889.

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

Color convert

RGB24165153-
CMYK00.730.370.05
HSL330º86.27%60%-
HSV(B)330º73.03%94.51%-
XYZ43.9224.7832.61-
YUV127.66142.31208.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.51%
GREEN value IS 65 (25.78% from 255) = 14.16%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=52.51%
G=14.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416515300.730.370.0533086.2760
HexF1419904925514a563c
Octal361101231011145551212674
Binary11110001100000110011001010010011001011011010010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14199; }

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

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

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

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

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

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

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

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