#f14685

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

Shades of Violet Red #F14685

Tints of Violet Red #F14685

Color information

#F14685 (or 0xF14685) is unknown color: approx Violet Red. HEX triplet: F1, 46 and 85. RGB value is (241,70,133). Sum of RGB (Red+Green+Blue) = 241+70+133=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F14685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14685 is #0EB97A. Grayscale: #808080. Windows color (decimal): -964987 or 8734449. OLE color: 8734449.

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

Color convert

RGB24170133-
CMYK00.710.450.05
HSL337.89º85.93%60.98%-
HSV(B)337.89º70.95%94.51%-
XYZ42.724.7724.72-
YUV128.31130.65208.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 70 (27.73% from 255) = 15.77%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=54.28%
G=15.77%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417013300.710.450.05337.8985.9360.98
HexF146850472D5152563d
Octal361106205010755552212675
Binary11110001100011010000101010001111011011011010100101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f14685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f14685; }

 p { color: rgb(241,70,133); }

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

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

 a { background-color: rgb(241,70,133); }

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

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

 span { border-color: rgb(241,70,133); }

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