#FA606A

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

Shades of Wild Watermelon #FA606A

Tints of Wild Watermelon #FA606A

Color information

#FA606A (or 0xFA606A) is unknown color: approx Wild Watermelon. HEX triplet: FA, 60 and 6A. RGB value is (250,96,106). Sum of RGB (Red+Green+Blue) = 250+96+106=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA606A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA606A is #059F95. Grayscale: #8F8F8F. Windows color (decimal): -368534 or 6971642. OLE color: 6971642.

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

Color convert

RGB25096106-
CMYK00.620.580.02
HSL356.1º93.9%67.84%-
HSV(B)356.1º61.6%98.04%-
XYZ46.2129.7316.94-
YUV143.19107.02204.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.31%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=55.31%
G=21.24%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509610600.620.580.02356.193.967.84
HexFA606A03E3A21645e44
Octal372140152076722544136104
Binary111110101100000110101001111101110101010110010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA606A; }

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

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

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

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

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

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

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

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