#FA5A60

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

Shades of Wild Watermelon #FA5A60

Tints of Wild Watermelon #FA5A60

Color information

#FA5A60 (or 0xFA5A60) is unknown color: approx Wild Watermelon. HEX triplet: FA, 5A and 60. RGB value is (250,90,96). Sum of RGB (Red+Green+Blue) = 250+90+96=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5A60 is #05A59F. Grayscale: #8A8A8A. Windows color (decimal): -370080 or 6314746. OLE color: 6314746.

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

Color convert

RGB2509096-
CMYK00.640.620.02
HSL357.75º94.12%66.67%-
HSV(B)357.75º64%98.04%-
XYZ45.1928.4814.18-
YUV138.52104.01207.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.34%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=57.34%
G=20.64%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250909600.640.620.02357.7594.1266.67
HexFA5A600403E21665e43
Octal3721321400100762546136103
Binary1111101010110101100000010000001111101010110011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5A60; }

 p { color: rgb(250,90,96); }

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

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

 a { background-color: rgb(250,90,96); }

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

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

 span { border-color: rgb(250,90,96); }

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