#F14181

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

Shades of Violet Red #F14181

Tints of Violet Red #F14181

Color information

#F14181 (or 0xF14181) is unknown color: approx Violet Red. HEX triplet: F1, 41 and 81. RGB value is (241,65,129). Sum of RGB (Red+Green+Blue) = 241+65+129=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F14181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14181 is #0EBE7E. Grayscale: #7C7C7C. Windows color (decimal): -966271 or 8471025. OLE color: 8471025.

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

Color convert

RGB24165129-
CMYK00.730.460.05
HSL338.18º86.27%60%-
HSV(B)338.18º73.03%94.51%-
XYZ42.1324.0723.19-
YUV124.92130.31210.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.40%
GREEN value IS 65 (25.78% from 255) = 14.94%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=55.40%
G=14.94%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416512900.730.460.05338.1886.2760
HexF141810492E5152563c
Octal361101201011156552212674
Binary11110001100000110000001010010011011101011010100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14181; }

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

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

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

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

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

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

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

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