#FA606B

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

Shades of Wild Watermelon #FA606B

Tints of Wild Watermelon #FA606B

Color information

#FA606B (or 0xFA606B) is unknown color: approx Wild Watermelon. HEX triplet: FA, 60 and 6B. RGB value is (250,96,107). Sum of RGB (Red+Green+Blue) = 250+96+107=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA606B is #059F94. Grayscale: #8F8F8F. Windows color (decimal): -368533 or 7037178. OLE color: 7037178.

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

Color convert

RGB25096107-
CMYK00.620.570.02
HSL355.71º93.9%67.84%-
HSV(B)355.71º61.6%98.04%-
XYZ46.2629.7517.21-
YUV143.3107.52204.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.19%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=55.19%
G=21.19%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509610700.620.570.02355.7193.967.84
HexFA606B03E3921645e44
Octal372140153076712544136104
Binary111110101100000110101101111101110011010110010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA606B; }

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

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

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

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

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

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

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

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