#F14E71

Color #F14E71 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F14E71

Tints of Wild Watermelon #F14E71

Color information

#F14E71 (or 0xF14E71) is unknown color: approx Wild Watermelon. HEX triplet: F1, 4E and 71. RGB value is (241,78,113). Sum of RGB (Red+Green+Blue) = 241+78+113=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E71 is #0EB18E. Grayscale: #828282. Windows color (decimal): -962959 or 7425777. OLE color: 7425777.

HSL color Cylindrical-coordinate representation of color #F14E71: hue angle of 347.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E71 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB24178113-
CMYK00.680.530.05
HSL347.12º85.34%62.55%-
HSV(B)347.12º67.63%94.51%-
XYZ41.9825.3418.3-
YUV130.73118206.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=55.79%
G=18.06%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417811300.680.530.05347.1285.3462.55
HexF14E7104435515b553f
Octal361116161010465553312577
Binary1111000110011101110001010001001101011011010110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E71; }

 p { color: rgb(241,78,113); }

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

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

 a { background-color: rgb(241,78,113); }

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

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

 span { border-color: rgb(241,78,113); }

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