#FA5271

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

Shades of Wild Watermelon #FA5271

Tints of Wild Watermelon #FA5271

Color information

#FA5271 (or 0xFA5271) is unknown color: approx Wild Watermelon. HEX triplet: FA, 52 and 71. RGB value is (250,82,113). Sum of RGB (Red+Green+Blue) = 250+82+113=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5271 is #05AD8E. Grayscale: #878787. Windows color (decimal): -372111 or 7426810. OLE color: 7426810.

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

Color convert

RGB25082113-
CMYK00.670.550.02
HSL348.93º94.38%65.1%-
HSV(B)348.93º67.2%98.04%-
XYZ45.4227.5518.55-
YUV135.77115.16209.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.18%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=56.18%
G=18.43%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508211300.670.550.02348.9394.3865.1
HexFA527104337215d5e41
Octal3721221610103672535136101
Binary1111101010100101110001010000111101111010101110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5271; }

 p { color: rgb(250,82,113); }

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

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

 a { background-color: rgb(250,82,113); }

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

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

 span { border-color: rgb(250,82,113); }

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