#F5505F

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

Shades of Wild Watermelon #F5505F

Tints of Wild Watermelon #F5505F

Color information

#F5505F (or 0xF5505F) is unknown color: approx Wild Watermelon. HEX triplet: F5, 50 and 5F. RGB value is (245,80,95). Sum of RGB (Red+Green+Blue) = 245+80+95=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5505F is #0AAFA0. Grayscale: #838383. Windows color (decimal): -700321 or 6246645. OLE color: 6246645.

HSL color Cylindrical-coordinate representation of color #F5505F: hue angle of 354.55º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5505F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2458095-
CMYK00.670.610.04
HSL354.55º89.19%63.73%-
HSV(B)354.55º67.35%96.08%-
XYZ42.5925.9813.6-
YUV131.04107.66209.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.33%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=58.33%
G=19.05%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245809500.670.610.04354.5589.1963.73
HexF5505F0433D41635940
Octal3651201370103754543131100
Binary11110101101000010111110100001111110110010110001110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5505F; }

 p { color: rgb(245,80,95); }

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

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

 a { background-color: rgb(245,80,95); }

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

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

 span { border-color: rgb(245,80,95); }

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