#FA515E

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

Shades of Wild Watermelon #FA515E

Tints of Wild Watermelon #FA515E

Color information

#FA515E (or 0xFA515E) is unknown color: approx Wild Watermelon. HEX triplet: FA, 51 and 5E. RGB value is (250,81,94). Sum of RGB (Red+Green+Blue) = 250+81+94=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA515E is #05AEA1. Grayscale: #858585. Windows color (decimal): -372386 or 6181370. OLE color: 6181370.

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

Color convert

RGB2508194-
CMYK00.680.620.02
HSL355.38º94.41%64.9%-
HSV(B)355.38º67.6%98.04%-
XYZ44.3927.0213.47-
YUV133.01105.99211.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.82%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=58.82%
G=19.06%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250819400.680.620.02355.3894.4164.9
HexFA515E0443E21635e41
Octal3721211360104762543136101
Binary1111101010100011011110010001001111101010110001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA515E; }

 p { color: rgb(250,81,94); }

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

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

 a { background-color: rgb(250,81,94); }

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

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

 span { border-color: rgb(250,81,94); }

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