#F14C67

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

Shades of Wild Watermelon #F14C67

Tints of Wild Watermelon #F14C67

Color information

#F14C67 (or 0xF14C67) is unknown color: approx Wild Watermelon. HEX triplet: F1, 4C and 67. RGB value is (241,76,103). Sum of RGB (Red+Green+Blue) = 241+76+103=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C67 is #0EB398. Grayscale: #808080. Windows color (decimal): -963481 or 6769905. OLE color: 6769905.

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

Color convert

RGB24176103-
CMYK00.680.570.05
HSL350.18º85.49%62.16%-
HSV(B)350.18º68.46%94.51%-
XYZ41.3124.8515.45-
YUV128.41113.66208.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.38%
GREEN value IS 76 (30.08% from 255) = 18.10%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=57.38%
G=18.10%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417610300.680.570.05350.1885.4962.16
HexF14C6704439515e553e
Octal361114147010471553612576
Binary1111000110011001100111010001001110011011010111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C67; }

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

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

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

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

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

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

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

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