#F14C6C

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

Shades of Wild Watermelon #F14C6C

Tints of Wild Watermelon #F14C6C

Color information

#F14C6C (or 0xF14C6C) is unknown color: approx Wild Watermelon. HEX triplet: F1, 4C and 6C. RGB value is (241,76,108). Sum of RGB (Red+Green+Blue) = 241+76+108=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C6C is #0EB393. Grayscale: #818181. Windows color (decimal): -963476 or 7097585. OLE color: 7097585.

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

Color convert

RGB24176108-
CMYK00.680.550.05
HSL348.36º85.49%62.16%-
HSV(B)348.36º68.46%94.51%-
XYZ41.5724.9516.81-
YUV128.98116.16207.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.71%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=56.71%
G=17.88%
B=25.41%

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
Decimal2417610800.680.550.05348.3685.4962.16
HexF14C6C04437515c553e
Octal361114154010467553412576
Binary1111000110011001101100010001001101111011010111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C6C; }

 p { color: rgb(241,76,108); }

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

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

 a { background-color: rgb(241,76,108); }

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

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

 span { border-color: rgb(241,76,108); }

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