#fb5a71

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

Shades of Wild Watermelon #FB5A71

Tints of Wild Watermelon #FB5A71

Color information

#FB5A71 (or 0xFB5A71) is unknown color: approx Wild Watermelon. HEX triplet: FB, 5A and 71. RGB value is (251,90,113). Sum of RGB (Red+Green+Blue) = 251+90+113=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5A71 is #04A58E. Grayscale: #8C8C8C. Windows color (decimal): -304527 or 7428859. OLE color: 7428859.

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

Color convert

RGB25190113-
CMYK00.640.550.02
HSL351.43º95.27%66.86%-
HSV(B)351.43º64.14%98.43%-
XYZ46.4229.0118.78-
YUV140.76112.34206.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.29%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=55.29%
G=19.82%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519011300.640.550.02351.4395.2766.86
HexFB5A7104037215f5f43
Octal3731321610100672537137103
Binary1111101110110101110001010000001101111010101111110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb5a71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb5a71; }

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

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

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

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

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

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

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

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