#F95E65

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

Shades of Wild Watermelon #F95E65

Tints of Wild Watermelon #F95E65

Color information

#F95E65 (or 0xF95E65) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5E and 65. RGB value is (249,94,101). Sum of RGB (Red+Green+Blue) = 249+94+101=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E65 is #06A19A. Grayscale: #8D8D8D. Windows color (decimal): -434587 or 6643449. OLE color: 6643449.

HSL color Cylindrical-coordinate representation of color #F95E65: hue angle of 357.29º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95E65 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB24994101-
CMYK00.620.590.02
HSL357.29º92.81%67.25%-
HSV(B)357.29º62.25%97.65%-
XYZ45.4229.0815.53-
YUV141.14105.35204.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.08%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=56.08%
G=21.17%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499410100.620.590.02357.2992.8167.25
HexF95E6503E3B21655d43
Octal371136145076732545135103
Binary111110011011110110010101111101110111010110010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E65; }

 p { color: rgb(249,94,101); }

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

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

 a { background-color: rgb(249,94,101); }

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

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

 span { border-color: rgb(249,94,101); }

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