#F65D74

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

Shades of Wild Watermelon #F65D74

Tints of Wild Watermelon #F65D74

Color information

#F65D74 (or 0xF65D74) is unknown color: approx Wild Watermelon. HEX triplet: F6, 5D and 74. RGB value is (246,93,116). Sum of RGB (Red+Green+Blue) = 246+93+116=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D74 is #09A28B. Grayscale: #8D8D8D. Windows color (decimal): -631436 or 7626230. OLE color: 7626230.

HSL color Cylindrical-coordinate representation of color #F65D74: hue angle of 350.98º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65D74 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB24693116-
CMYK00.620.530.04
HSL350.98º89.47%66.47%-
HSV(B)350.98º62.2%96.47%-
XYZ45.0728.6819.68-
YUV141.37113.69202.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.07%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=54.07%
G=20.44%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469311600.620.530.04350.9889.4766.47
HexF65D7403E35415f5942
Octal366135164076654537131102
Binary1111011010111011110100011111011010110010101111110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65D74; }

 p { color: rgb(246,93,116); }

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

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

 a { background-color: rgb(246,93,116); }

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

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

 span { border-color: rgb(246,93,116); }

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