#F14687

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

Shades of Violet Red #F14687

Tints of Violet Red #F14687

Color information

#F14687 (or 0xF14687) is unknown color: approx Violet Red. HEX triplet: F1, 46 and 87. RGB value is (241,70,135). Sum of RGB (Red+Green+Blue) = 241+70+135=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F14687 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14687 is #0EB978. Grayscale: #808080. Windows color (decimal): -964985 or 8865521. OLE color: 8865521.

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

Color convert

RGB24170135-
CMYK00.710.440.05
HSL337.19º85.93%60.98%-
HSV(B)337.19º70.95%94.51%-
XYZ42.8424.8325.46-
YUV128.54131.65208.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.04%
GREEN value IS 70 (27.73% from 255) = 15.70%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=54.04%
G=15.70%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417013500.710.440.05337.1985.9360.98
HexF146870472C5151563d
Octal361106207010754552112675
Binary11110001100011010000111010001111011001011010100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14687; }

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

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

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

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

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

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

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

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