#F95962

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

Shades of Wild Watermelon #F95962

Tints of Wild Watermelon #F95962

Color information

#F95962 (or 0xF95962) is unknown color: approx Wild Watermelon. HEX triplet: F9, 59 and 62. RGB value is (249,89,98). Sum of RGB (Red+Green+Blue) = 249+89+98=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F95962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95962 is #06A69D. Grayscale: #898989. Windows color (decimal): -435870 or 6445561. OLE color: 6445561.

HSL color Cylindrical-coordinate representation of color #F95962: hue angle of 356.62º 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 #F95962 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB2498998-
CMYK00.640.610.02
HSL356.62º93.02%66.27%-
HSV(B)356.62º64.26%97.65%-
XYZ44.8428.1714.63-
YUV137.87105.51207.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.11%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 98 (38.67% from 255) = 22.48%
R=57.11%
G=20.41%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249899800.640.610.02356.6293.0266.27
HexF959620403D21655d42
Octal3711311420100752545135102
Binary1111100110110011100010010000001111011010110010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95962; }

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

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

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

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

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

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

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

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