#FA6C61

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

Shades of Bittersweet #FA6C61

Tints of Bittersweet #FA6C61

Color information

#FA6C61 (or 0xFA6C61) is unknown color: approx Bittersweet. HEX triplet: FA, 6C and 61. RGB value is (250,108,97). Sum of RGB (Red+Green+Blue) = 250+108+97=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C61 is #05939E. Grayscale: #959595. Windows color (decimal): -365471 or 6384890. OLE color: 6384890.

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

Color convert

RGB25010897-
CMYK00.570.610.02
HSL4.31º93.87%68.04%-
HSV(B)4.31º61.2%98.04%-
XYZ46.9431.9114.99-
YUV149.298.54199.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.95%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=54.95%
G=23.74%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501089700.570.610.024.3193.8768.04
HexFA6C610393D245e44
Octal3721541410717524136104
Binary111110101101100110000101110011111011010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C61; }

 p { color: rgb(250,108,97); }

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

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

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

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

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

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

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