#F5575B

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

Shades of Wild Watermelon #F5575B

Tints of Wild Watermelon #F5575B

Color information

#F5575B (or 0xF5575B) is unknown color: approx Wild Watermelon. HEX triplet: F5, 57 and 5B. RGB value is (245,87,91). Sum of RGB (Red+Green+Blue) = 245+87+91=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5575B is #0AA8A4. Grayscale: #868686. Windows color (decimal): -698533 or 5986293. OLE color: 5986293.

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

Color convert

RGB2458791-
CMYK00.640.630.04
HSL358.48º88.76%65.1%-
HSV(B)358.48º64.49%96.08%-
XYZ42.9526.9812.84-
YUV134.7103.35206.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.92%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=57.92%
G=20.57%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245879100.640.630.04358.4888.7665.1
HexF5575B0403F41665941
Octal3651271330100774546131101
Binary11110101101011110110110100000011111110010110011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5575B; }

 p { color: rgb(245,87,91); }

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

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

 a { background-color: rgb(245,87,91); }

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

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

 span { border-color: rgb(245,87,91); }

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