#FA5F60

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

Shades of Wild Watermelon #FA5F60

Tints of Wild Watermelon #FA5F60

Color information

#FA5F60 (or 0xFA5F60) is unknown color: approx Wild Watermelon. HEX triplet: FA, 5F and 60. RGB value is (250,95,96). Sum of RGB (Red+Green+Blue) = 250+95+96=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F60 is #05A09F. Grayscale: #8D8D8D. Windows color (decimal): -368800 or 6316026. OLE color: 6316026.

HSL color Cylindrical-coordinate representation of color #FA5F60: hue angle of 359.61º 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 #FA5F60 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB2509596-
CMYK00.620.620.02
HSL359.61º93.94%67.65%-
HSV(B)359.61º62%98.04%-
XYZ45.6329.3514.33-
YUV141.46102.35205.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.69%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=56.69%
G=21.54%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250959600.620.620.02359.6193.9467.65
HexFA5F6003E3E21685e44
Octal372137140076762550136104
Binary111110101011111110000001111101111101010110100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F60; }

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

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

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

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

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

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

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

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