#F14D6D

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

Shades of Wild Watermelon #F14D6D

Tints of Wild Watermelon #F14D6D

Color information

#F14D6D (or 0xF14D6D) is unknown color: approx Wild Watermelon. HEX triplet: F1, 4D and 6D. RGB value is (241,77,109). Sum of RGB (Red+Green+Blue) = 241+77+109=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D6D is #0EB292. Grayscale: #818181. Windows color (decimal): -963219 or 7163377. OLE color: 7163377.

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

Color convert

RGB24177109-
CMYK00.680.550.05
HSL348.29º85.42%62.35%-
HSV(B)348.29º68.05%94.51%-
XYZ41.6925.1117.12-
YUV129.68116.33207.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 77 (30.47% from 255) = 18.03%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=56.44%
G=18.03%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417710900.680.550.05348.2985.4262.35
HexF14D6D04437515c553e
Octal361115155010467553412576
Binary1111000110011011101101010001001101111011010111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D6D; }

 p { color: rgb(241,77,109); }

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

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

 a { background-color: rgb(241,77,109); }

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

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

 span { border-color: rgb(241,77,109); }

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