#F9595C

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

Shades of Wild Watermelon #F9595C

Tints of Wild Watermelon #F9595C

Color information

#F9595C (or 0xF9595C) is unknown color: approx Wild Watermelon. HEX triplet: F9, 59 and 5C. RGB value is (249,89,92). Sum of RGB (Red+Green+Blue) = 249+89+92=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9595C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9595C is #06A6A3. Grayscale: #898989. Windows color (decimal): -435876 or 6052345. OLE color: 6052345.

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

Color convert

RGB2498992-
CMYK00.640.630.02
HSL358.88º93.02%66.27%-
HSV(B)358.88º64.26%97.65%-
XYZ44.5728.0613.19-
YUV137.18102.51207.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.91%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=57.91%
G=20.70%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249899200.640.630.02358.8893.0266.27
HexF9595C0403F21675d42
Octal3711311340100772547135102
Binary1111100110110011011100010000001111111010110011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9595C; }

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

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

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

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

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

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

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

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