#FA5D72

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

Shades of Wild Watermelon #FA5D72

Tints of Wild Watermelon #FA5D72

Color information

#FA5D72 (or 0xFA5D72) is unknown color: approx Wild Watermelon. HEX triplet: FA, 5D and 72. RGB value is (250,93,114). Sum of RGB (Red+Green+Blue) = 250+93+114=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5D72 is #05A28D. Grayscale: #8E8E8E. Windows color (decimal): -369294 or 7495162. OLE color: 7495162.

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

Color convert

RGB25093114-
CMYK00.630.540.02
HSL351.97º94.01%67.25%-
HSV(B)351.97º62.8%98.04%-
XYZ46.3829.3719.14-
YUV142.34112.01204.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=54.70%
G=20.35%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509311400.630.540.02351.9794.0167.25
HexFA5D7203F3621605e43
Octal372135162077662540136103
Binary111110101011101111001001111111101101010110000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5D72; }

 p { color: rgb(250,93,114); }

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

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

 a { background-color: rgb(250,93,114); }

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

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

 span { border-color: rgb(250,93,114); }

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