#FA6A74

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

Shades of Wild Watermelon #FA6A74

Tints of Wild Watermelon #FA6A74

Color information

#FA6A74 (or 0xFA6A74) is unknown color: approx Wild Watermelon. HEX triplet: FA, 6A and 74. RGB value is (250,106,116). Sum of RGB (Red+Green+Blue) = 250+106+116=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A74 is #05958B. Grayscale: #969696. Windows color (decimal): -365964 or 7629562. OLE color: 7629562.

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

Color convert

RGB250106116-
CMYK00.580.540.02
HSL355.83º93.51%69.8%-
HSV(B)355.83º57.6%98.04%-
XYZ47.7331.8920.16-
YUV150.2108.71199.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.97%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=52.97%
G=22.46%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010611600.580.540.02355.8393.5169.8
HexFA6A7403A3621645e46
Octal372152164072662544136106
Binary111110101101010111010001110101101101010110010010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6A74; }

 p { color: rgb(250,106,116); }

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

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

 a { background-color: rgb(250,106,116); }

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

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

 span { border-color: rgb(250,106,116); }

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