#F14D6A

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

Shades of Wild Watermelon #F14D6A

Tints of Wild Watermelon #F14D6A

Color information

#F14D6A (or 0xF14D6A) is unknown color: approx Wild Watermelon. HEX triplet: F1, 4D and 6A. RGB value is (241,77,106). Sum of RGB (Red+Green+Blue) = 241+77+106=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D6A is #0EB295. Grayscale: #818181. Windows color (decimal): -963222 or 6966769. OLE color: 6966769.

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

Color convert

RGB24177106-
CMYK00.680.560.05
HSL349.39º85.42%62.35%-
HSV(B)349.39º68.05%94.51%-
XYZ41.5325.0516.28-
YUV129.34114.83207.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.84%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 106 (41.80% from 255) = 25%
R=56.84%
G=18.16%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417710600.680.560.05349.3985.4262.35
HexF14D6A04438515d553e
Octal361115152010470553512576
Binary1111000110011011101010010001001110001011010111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D6A; }

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

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

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

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

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

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

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

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