#F9595B

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

Shades of Wild Watermelon #F9595B

Tints of Wild Watermelon #F9595B

Color information

#F9595B (or 0xF9595B) is unknown color: approx Wild Watermelon. HEX triplet: F9, 59 and 5B. RGB value is (249,89,91). Sum of RGB (Red+Green+Blue) = 249+89+91=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9595B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9595B is #06A6A4. Grayscale: #898989. Windows color (decimal): -435877 or 5986809. OLE color: 5986809.

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

Color convert

RGB2498991-
CMYK00.640.630.02
HSL359.25º93.02%66.27%-
HSV(B)359.25º64.26%97.65%-
XYZ44.5328.0412.96-
YUV137.07102.01207.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.04%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=58.04%
G=20.75%
B=21.21%

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
Decimal249899100.640.630.02359.2593.0266.27
HexF9595B0403F21675d42
Octal3711311330100772547135102
Binary1111100110110011011011010000001111111010110011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9595B; }

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

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

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

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

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

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

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

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