#FB545A

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

Shades of Wild Watermelon #FB545A

Tints of Wild Watermelon #FB545A

Color information

#FB545A (or 0xFB545A) is unknown color: approx Wild Watermelon. HEX triplet: FB, 54 and 5A. RGB value is (251,84,90). Sum of RGB (Red+Green+Blue) = 251+84+90=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB545A is #04ABA5. Grayscale: #868686. Windows color (decimal): -306086 or 5919995. OLE color: 5919995.

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

Color convert

RGB2518490-
CMYK00.670.640.02
HSL357.84º95.43%65.69%-
HSV(B)357.84º66.53%98.43%-
XYZ44.827.5912.64-
YUV134.62102.83211.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.06%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=59.06%
G=19.76%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251849000.670.640.02357.8495.4365.69
HexFB545A0434021665f42
Octal37312413201031002546137102
Binary11111011101010010110100100001110000001010110011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB545A; }

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

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

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

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

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

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

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

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