#FB585A

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

Shades of Wild Watermelon #FB585A

Tints of Wild Watermelon #FB585A

Color information

#FB585A (or 0xFB585A) is unknown color: approx Wild Watermelon. HEX triplet: FB, 58 and 5A. RGB value is (251,88,90). Sum of RGB (Red+Green+Blue) = 251+88+90=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB585A is #04A7A5. Grayscale: #898989. Windows color (decimal): -305062 or 5921019. OLE color: 5921019.

HSL color Cylindrical-coordinate representation of color #FB585A: hue angle of 359.26º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB585A is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB2518890-
CMYK00.650.640.02
HSL359.26º95.32%66.47%-
HSV(B)359.26º64.94%98.43%-
XYZ45.1228.2312.74-
YUV136.96101.5209.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.51%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=58.51%
G=20.51%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251889000.650.640.02359.2695.3266.47
HexFB585A0414021675f42
Octal37313013201011002547137102
Binary11111011101100010110100100000110000001010110011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB585A; }

 p { color: rgb(251,88,90); }

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

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

 a { background-color: rgb(251,88,90); }

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

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

 span { border-color: rgb(251,88,90); }

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