#FA4771

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

Shades of Wild Watermelon #FA4771

Tints of Wild Watermelon #FA4771

Color information

#FA4771 (or 0xFA4771) is unknown color: approx Wild Watermelon. HEX triplet: FA, 47 and 71. RGB value is (250,71,113). Sum of RGB (Red+Green+Blue) = 250+71+113=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4771 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4771 is #05B88E. Grayscale: #818181. Windows color (decimal): -374927 or 7423994. OLE color: 7423994.

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

Color convert

RGB25071113-
CMYK00.720.550.02
HSL345.92º94.71%62.94%-
HSV(B)345.92º71.6%98.04%-
XYZ44.6626.0218.29-
YUV129.31118.8214.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.60%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=57.60%
G=16.36%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507111300.720.550.02345.9294.7162.94
HexFA477104837215a5f3f
Octal372107161011067253213777
Binary111110101000111111000101001000110111101010110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4771; }

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

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

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

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

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

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

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

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