#FA6774

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

Shades of Wild Watermelon #FA6774

Tints of Wild Watermelon #FA6774

Color information

#FA6774 (or 0xFA6774) is unknown color: approx Wild Watermelon. HEX triplet: FA, 67 and 74. RGB value is (250,103,116). Sum of RGB (Red+Green+Blue) = 250+103+116=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6774 is #05988B. Grayscale: #949494. Windows color (decimal): -366732 or 7628794. OLE color: 7628794.

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

Color convert

RGB250103116-
CMYK00.590.540.02
HSL354.69º93.63%69.22%-
HSV(B)354.69º58.8%98.04%-
XYZ47.4331.2920.06-
YUV148.44109.7200.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 116 (45.70% from 255) = 24.73%
R=53.30%
G=21.96%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010311600.590.540.02354.6993.6369.22
HexFA677403B3621635e45
Octal372147164073662543136105
Binary111110101100111111010001110111101101010110001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6774; }

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

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

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

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

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

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

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

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