#FA5F71

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

Shades of Wild Watermelon #FA5F71

Tints of Wild Watermelon #FA5F71

Color information

#FA5F71 (or 0xFA5F71) is unknown color: approx Wild Watermelon. HEX triplet: FA, 5F and 71. RGB value is (250,95,113). Sum of RGB (Red+Green+Blue) = 250+95+113=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F71 is #05A08E. Grayscale: #8F8F8F. Windows color (decimal): -368783 or 7430138. OLE color: 7430138.

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

Color convert

RGB25095113-
CMYK00.620.550.02
HSL353.03º93.94%67.65%-
HSV(B)353.03º62%98.04%-
XYZ46.529.718.9-
YUV143.4110.85204.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.59%
GREEN value IS 95 (37.5% from 255) = 20.74%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=54.59%
G=20.74%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509511300.620.550.02353.0393.9467.65
HexFA5F7103E3721615e44
Octal372137161076672541136104
Binary111110101011111111000101111101101111010110000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F71; }

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

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

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

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

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

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

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

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