#F65C5E

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

Shades of Wild Watermelon #F65C5E

Tints of Wild Watermelon #F65C5E

Color information

#F65C5E (or 0xF65C5E) is unknown color: approx Wild Watermelon. HEX triplet: F6, 5C and 5E. RGB value is (246,92,94). Sum of RGB (Red+Green+Blue) = 246+92+94=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C5E is #09A3A1. Grayscale: #8A8A8A. Windows color (decimal): -631714 or 6184182. OLE color: 6184182.

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

Color convert

RGB2469294-
CMYK00.630.620.04
HSL359.22º89.53%66.27%-
HSV(B)359.22º62.6%96.47%-
XYZ43.8528.0613.69-
YUV138.27103.02204.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.94%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 94 (37.11% from 255) = 21.76%
R=56.94%
G=21.30%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246929400.630.620.04359.2289.5366.27
HexF65C5E03F3E41675a42
Octal366134136077764547132102
Binary1111011010111001011110011111111111010010110011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65C5E; }

 p { color: rgb(246,92,94); }

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

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

 a { background-color: rgb(246,92,94); }

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

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

 span { border-color: rgb(246,92,94); }

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