#FA6663

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

Shades of Bittersweet #FA6663

Tints of Bittersweet #FA6663

Color information

#FA6663 (or 0xFA6663) is unknown color: approx Bittersweet. HEX triplet: FA, 66 and 63. RGB value is (250,102,99). Sum of RGB (Red+Green+Blue) = 250+102+99=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6663 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6663 is #05999C. Grayscale: #929292. Windows color (decimal): -367005 or 6514426. OLE color: 6514426.

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

Color convert

RGB25010299-
CMYK00.590.600.02
HSL1.19º93.79%68.43%-
HSV(B)1.19º60.4%98.04%-
XYZ46.4330.7315.29-
YUV145.91101.53202.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501029900.590.600.021.1993.7968.43
HexFA666303B3C215e44
Octal3721461430737421136104
Binary1111101011001101100011011101111110010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6663; }

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

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

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

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

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

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

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

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