#FA6366

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

Shades of Wild Watermelon #FA6366

Tints of Wild Watermelon #FA6366

Color information

#FA6366 (or 0xFA6366) is unknown color: approx Wild Watermelon. HEX triplet: FA, 63 and 66. RGB value is (250,99,102). Sum of RGB (Red+Green+Blue) = 250+99+102=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6366 is #059C99. Grayscale: #909090. Windows color (decimal): -367770 or 6710266. OLE color: 6710266.

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

Color convert

RGB25099102-
CMYK00.600.590.02
HSL358.81º93.79%68.43%-
HSV(B)358.81º60.4%98.04%-
XYZ46.2830.2115.96-
YUV144.49104.03203.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.43%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=55.43%
G=21.95%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509910200.600.590.02358.8193.7968.43
HexFA636603C3B21675e44
Octal372143146074732547136104
Binary111110101100011110011001111001110111010110011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6366; }

 p { color: rgb(250,99,102); }

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

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

 a { background-color: rgb(250,99,102); }

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

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

 span { border-color: rgb(250,99,102); }

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