#FA6D6D

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

Shades of Bittersweet #FA6D6D

Tints of Bittersweet #FA6D6D

Color information

#FA6D6D (or 0xFA6D6D) is unknown color: approx Bittersweet. HEX triplet: FA, 6D and 6D. RGB value is (250,109,109). Sum of RGB (Red+Green+Blue) = 250+109+109=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D6D is #059292. Grayscale: #979797. Windows color (decimal): -365203 or 7171578. OLE color: 7171578.

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

Color convert

RGB250109109-
CMYK00.560.560.02
HSL93.38%70.39%-
HSV(B)56.4%98.04%-
XYZ47.6532.3718.2-
YUV151.16104.21198.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.42%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=53.42%
G=23.29%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010910900.560.560.02093.3870.39
HexFA6D6D03838205d46
Octal3721551550707020135106
Binary1111101011011011101101011100011100010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6D6D; }

 p { color: rgb(250,109,109); }

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

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

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

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

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

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

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