#F95964

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

Shades of Wild Watermelon #F95964

Tints of Wild Watermelon #F95964

Color information

#F95964 (or 0xF95964) is unknown color: approx Wild Watermelon. HEX triplet: F9, 59 and 64. RGB value is (249,89,100). Sum of RGB (Red+Green+Blue) = 249+89+100=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F95964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95964 is #06A69B. Grayscale: #8A8A8A. Windows color (decimal): -435868 or 6576633. OLE color: 6576633.

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

Color convert

RGB24989100-
CMYK00.640.600.02
HSL355.88º93.02%66.27%-
HSV(B)355.88º64.26%97.65%-
XYZ44.9428.215.13-
YUV138.09106.51207.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.85%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=56.85%
G=20.32%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498910000.640.600.02355.8893.0266.27
HexF959640403C21645d42
Octal3711311440100742544135102
Binary1111100110110011100100010000001111001010110010010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95964; }

 p { color: rgb(249,89,100); }

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

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

 a { background-color: rgb(249,89,100); }

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

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

 span { border-color: rgb(249,89,100); }

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