#F14F71

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

Shades of Wild Watermelon #F14F71

Tints of Wild Watermelon #F14F71

Color information

#F14F71 (or 0xF14F71) is unknown color: approx Wild Watermelon. HEX triplet: F1, 4F and 71. RGB value is (241,79,113). Sum of RGB (Red+Green+Blue) = 241+79+113=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F71 is #0EB08E. Grayscale: #838383. Windows color (decimal): -962703 or 7426033. OLE color: 7426033.

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

Color convert

RGB24179113-
CMYK00.670.530.05
HSL347.41º85.26%62.75%-
HSV(B)347.41º67.22%94.51%-
XYZ42.0525.4818.33-
YUV131.31117.67206.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.66%
GREEN value IS 79 (31.25% from 255) = 18.24%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=55.66%
G=18.24%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417911300.670.530.05347.4185.2662.75
HexF14F7104335515b553f
Octal361117161010365553312577
Binary1111000110011111110001010000111101011011010110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F71; }

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

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

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

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

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

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

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

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